Color Hex Logo

#29cedf Color Hex

#29CEDF
(41,206,223)
0 Favorites   0 Comments

Color spaces of #29cedf

RGB 41206223
HSL0.520.740.52
HSV186°82°87°
CMYK 0.820.080.00   0.13
XYZ36.305049.941777.5383
Yxy49.94170.22170.3049
Hunter Lab70.6694-31.9707-15.5842
CIE-Lab76.0335-33.9137-19.9219

#29cedf color RGB value is (41,206,223).

#29cedf hex color red value is 41, green value is 206 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #29cedf hue: 0.52 , saturation: 0.74 and the lightness value of 29cedf is 0.52.

The process color (four color CMYK) of #29cedf color hex is 0.82, 0.08, 0.00, 0.13. Web safe color of #29cedf is #33cccc. Color #29cedf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 11001110 11011111
Octal 51 316 337
Decimal 41 206 223
Hex 29 CE DF

RGB Percentages of Color #29cedf

%8.72
%43.83
%47.45

CMYK Percentages of Color #29cedf

%82
%8
%0
%13

Triadic Colors of #29cedf

#29cedf #df29ce #cedf29

Analogous Colors of #29cedf

#29cedf #2973df #29df95

Monochromatic Colors of #29cedf

#29cedf

Complementary Color

#29cedf #df3a29

#29cedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29cedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#29cedf Color CSS Codes

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

#29cedf Text Font Color

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

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


#29cedf Background Color

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

This div background color is #29cedf


#29cedf Border Color

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

This div border color is #29cedf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29cedf


Comments

No comments written yet.

Please login to write comment.