Color Hex Logo

#29cfec Color Hex

#29CFEC
(41,207,236)
0 Favorites   0 Comments

Color spaces of #29cfec

RGB 41207236
HSL0.520.840.54
HSV189°83°93°
CMYK 0.830.120.00   0.07
XYZ38.367651.153287.2082
Yxy51.15320.21710.2894
Hunter Lab71.5215-29.4065-22.2290
CIE-Lab76.7717-30.3517-25.7846

#29cfec color RGB value is (41,207,236).

#29cfec hex color red value is 41, green value is 207 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #29cfec hue: 0.52 , saturation: 0.84 and the lightness value of 29cfec is 0.54.

The process color (four color CMYK) of #29cfec color hex is 0.83, 0.12, 0.00, 0.07. Web safe color of #29cfec is #33ccff. Color #29cfec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 11001111 11101100
Octal 51 317 354
Decimal 41 207 236
Hex 29 CF EC

RGB Percentages of Color #29cfec

%8.47
%42.77
%48.76

CMYK Percentages of Color #29cfec

%83
%12
%0
%7

Triadic Colors of #29cfec

#29cfec #ec29cf #cfec29

Analogous Colors of #29cfec

#29cfec #296eec #29eca8

Monochromatic Colors of #29cfec

#29cfec

Complementary Color

#29cfec #ec4629

#29cfec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29cfec Color Preview on White Background

Lorem ipsum dolor sit amet.

#29cfec Color CSS Codes

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

#29cfec Text Font Color

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

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


#29cfec Background Color

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

This div background color is #29cfec


#29cfec Border Color

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

This div border color is #29cfec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29cfec


Comments

No comments written yet.

Please login to write comment.