Color Hex Logo

#29ccce Color Hex

#29CCCE
(41,204,206)
0 Favorites   0 Comments

Color spaces of #29ccce

RGB 41204206
HSL0.500.670.48
HSV181°80°81°
CMYK 0.800.010.00   0.19
XYZ33.647948.113465.9059
Yxy48.11340.22790.3258
Hunter Lab69.3638-34.7976-7.7796
CIE-Lab74.8964-38.0882-12.4630

#29ccce color RGB value is (41,204,206).

#29ccce hex color red value is 41, green value is 204 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #29ccce hue: 0.50 , saturation: 0.67 and the lightness value of 29ccce is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 11001100 11001110
Octal 51 314 316
Decimal 41 204 206
Hex 29 CC CE

RGB Percentages of Color #29ccce

%9.09
%45.23
%45.68

CMYK Percentages of Color #29ccce

%80
%1
%0
%19

Triadic Colors of #29ccce

#29ccce #ce29cc #ccce29

Analogous Colors of #29ccce

#29ccce #297ace #29ce7e

Monochromatic Colors of #29ccce

#29ccce

Complementary Color

#29ccce #ce2b29

#29ccce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29ccce Color Preview on White Background

Lorem ipsum dolor sit amet.

#29ccce Color CSS Codes

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

#29ccce Text Font Color

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

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


#29ccce Background Color

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

This div background color is #29ccce


#29ccce Border Color

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

This div border color is #29ccce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29ccce


Comments

No comments written yet.

Please login to write comment.