color codes Logo

#029dbc color codes

#029DBC
(2,157,188)
0 Favorites   0 Comments

Color spaces of #029dbc

RGB 2157188
HSL0.530.980.37
HSV190°99°74°
CMYK 0.990.160.00   0.26
XYZ21.159127.757751.8195
Yxy27.75770.21000.2755
Hunter Lab52.6856-20.5122-21.4355
CIE-Lab59.6692-23.1276-25.6855

#029dbc color RGB value is (2,157,188).

#029dbc hex color red value is 2, green value is 157 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #029dbc hue: 0.53 , saturation: 0.98 and the lightness value of 029dbc is 0.37.

The process color (four color CMYK) of #029dbc color code is 0.99, 0.16, 0.00, 0.26. Web safe color of #029dbc is #0099cc. Color #029dbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 10011101 10111100
Octal 2 235 274
Decimal 2 157 188
Hex 2 9D BC

RGB Percentages of Color #029dbc

%0.58
%45.24
%54.18

CMYK Percentages of Color #029dbc

%99
%16
%0
%26

Triadic Colors of #029dbc

#029dbc #bc029d #9dbc02

Analogous Colors of #029dbc

#029dbc #0240bc #02bc7e

Monochromatic Colors of #029dbc

#029dbc

Complementary Color

#029dbc #bc2102

#029dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#029dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#029dbc Color CSS Codes

.mybgcolor {background-color:#029dbc; } 
.myforecolor {color:#029dbc; }
.mybordercolor {border:3px solid #029dbc; }

#029dbc Text Font Color

<p style="color:#029dbc">Text here</p>

This sample text font color is #029dbc
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#029dbc Background Color

<div style="background-color:#029dbc">
Div content here</div>

This div background color is #029dbc


#029dbc Border Color

<div style="border:3px solid #029dbc">
Div here</div>

This div border color is #029dbc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(2,157,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #029dbc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #029dbc;
  -webkit-box-shadow: 1px 1px 3px 2px #029dbc;
  box-shadow:         1px 1px 3px 2px #029dbc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(2,157,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #029dbc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #029dbc;
  -webkit-box-shadow: 1px 1px 3px 2px #029dbc;
  box-shadow:         1px 1px 3px 2px #029dbc;">
Div content here</div>

This div box has shadow with color #029dbc


Comments

No comments written yet.

Please login to write comment.