Color Hex Logo

#29b9cb Color Hex

#29B9CB
(41,185,203)
0 Favorites   0 Comments

Color spaces of #29b9cb

RGB 41185203
HSL0.520.660.48
HSV187°80°80°
CMYK 0.800.090.00   0.20
XYZ29.042939.481162.5898
Yxy39.48110.22150.3011
Hunter Lab62.8340-27.4538-15.0758
CIE-Lab69.0983-30.0302-19.5732

#29b9cb color RGB value is (41,185,203).

#29b9cb hex color red value is 41, green value is 185 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #29b9cb hue: 0.52 , saturation: 0.66 and the lightness value of 29b9cb is 0.48.

The process color (four color CMYK) of #29b9cb color hex is 0.80, 0.09, 0.00, 0.20. Web safe color of #29b9cb is #33cccc. Color #29b9cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 10111001 11001011
Octal 51 271 313
Decimal 41 185 203
Hex 29 B9 CB

RGB Percentages of Color #29b9cb

%9.56
%43.12
%47.32

CMYK Percentages of Color #29b9cb

%80
%9
%0
%20

Triadic Colors of #29b9cb

#29b9cb #cb29b9 #b9cb29

Analogous Colors of #29b9cb

#29b9cb #2968cb #29cb8c

Monochromatic Colors of #29b9cb

#29b9cb

Complementary Color

#29b9cb #cb3b29

#29b9cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29b9cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#29b9cb Color CSS Codes

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

#29b9cb Text Font Color

<p style="color:#29b9cb">Text here</p>

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


#29b9cb Background Color

<div style="background-color:#29b9cb">
Div content here</div>

This div background color is #29b9cb


#29b9cb Border Color

<div style="border:3px solid #29b9cb">
Div here</div>

This div border color is #29b9cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(41,185,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #29b9cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #29b9cb;
  -webkit-box-shadow: 1px 1px 3px 2px #29b9cb;
  box-shadow:         1px 1px 3px 2px #29b9cb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(41,185,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 #29b9cb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29b9cb


Comments

No comments written yet.

Please login to write comment.