Color Hex Logo

#029dcb Color Hex

#029DCB
(2,157,203)
0 Favorites   0 Comments

Color spaces of #029dcb

RGB 2157203
HSL0.540.980.40
HSV194°99°80°
CMYK 0.990.230.00   0.20
XYZ22.861528.438660.7842
Yxy28.43860.20400.2537
Hunter Lab53.3279-16.8013-30.2505
CIE-Lab60.2829-17.8546-33.1575

#029dcb color RGB value is (2,157,203).

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

The process color (four color CMYK) of #029dcb color hex is 0.99, 0.23, 0.00, 0.20. Web safe color of #029dcb is #0099cc. Color #029dcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 10011101 11001011
Octal 2 235 313
Decimal 2 157 203
Hex 2 9D CB

RGB Percentages of Color #029dcb

%0.55
%43.37
%56.08

CMYK Percentages of Color #029dcb

%99
%23
%0
%20

Triadic Colors of #029dcb

#029dcb #cb029d #9dcb02

Analogous Colors of #029dcb

#029dcb #0239cb #02cb95

Monochromatic Colors of #029dcb

#029dcb

Complementary Color

#029dcb #cb3002

#029dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#029dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#029dcb Color CSS Codes

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

#029dcb Text Font Color

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

This sample text font color is #029dcb
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.


#029dcb Background Color

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

This div background color is #029dcb


#029dcb Border Color

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

This div border color is #029dcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #029dcb


Comments

No comments written yet.

Please login to write comment.