Color Hex Logo

#29999b Color Hex

#29999B
(41,153,155)
0 Favorites   0 Comments

Color spaces of #29999b

RGB 41153155
HSL0.500.580.38
HSV181°74°61°
CMYK 0.740.010.00   0.39
XYZ18.222125.620434.9952
Yxy25.62040.23110.3250
Hunter Lab50.6166-24.3186-5.5602
CIE-Lab57.6750-29.2565-9.9717

#29999b color RGB value is (41,153,155).

#29999b hex color red value is 41, green value is 153 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #29999b hue: 0.50 , saturation: 0.58 and the lightness value of 29999b is 0.38.

The process color (four color CMYK) of #29999b color hex is 0.74, 0.01, 0.00, 0.39. Web safe color of #29999b is #339999. Color #29999b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 10011001 10011011
Octal 51 231 233
Decimal 41 153 155
Hex 29 99 9B

RGB Percentages of Color #29999b

%11.75
%43.84
%44.41

CMYK Percentages of Color #29999b

%74
%1
%0
%39

Triadic Colors of #29999b

#29999b #9b2999 #999b29

Analogous Colors of #29999b

#29999b #29609b #299b64

Monochromatic Colors of #29999b

#29999b

Complementary Color

#29999b #9b2b29

#29999b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29999b Color Preview on White Background

Lorem ipsum dolor sit amet.

#29999b Color CSS Codes

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

#29999b Text Font Color

<p style="color:#29999b">Text here</p>

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


#29999b Background Color

<div style="background-color:#29999b">
Div content here</div>

This div background color is #29999b


#29999b Border Color

<div style="border:3px solid #29999b">
Div here</div>

This div border color is #29999b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(41,153,155, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #29999b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #29999b;
  -webkit-box-shadow: 1px 1px 3px 2px #29999b;
  box-shadow:         1px 1px 3px 2px #29999b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29999b


Comments

No comments written yet.

Please login to write comment.