Color Hex Logo

#29cbef Color Hex

#29CBEF
(41,203,239)
0 Favorites   0 Comments

Color spaces of #29cbef

RGB 41203239
HSL0.530.860.55
HSV191°83°94°
CMYK 0.830.150.00   0.06
XYZ37.850449.415389.2045
Yxy49.41530.21450.2800
Hunter Lab70.2960-26.9059-26.0308
CIE-Lab75.7090-27.4389-29.0235

#29cbef color RGB value is (41,203,239).

#29cbef hex color red value is 41, green value is 203 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #29cbef hue: 0.53 , saturation: 0.86 and the lightness value of 29cbef is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 11001011 11101111
Octal 51 313 357
Decimal 41 203 239
Hex 29 CB EF

RGB Percentages of Color #29cbef

%8.49
%42.03
%49.48

CMYK Percentages of Color #29cbef

%83
%15
%0
%6

Triadic Colors of #29cbef

#29cbef #ef29cb #cbef29

Analogous Colors of #29cbef

#29cbef #2968ef #29efb0

Monochromatic Colors of #29cbef

#29cbef

Complementary Color

#29cbef #ef4d29

#29cbef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29cbef Color Preview on White Background

Lorem ipsum dolor sit amet.

#29cbef Color CSS Codes

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

#29cbef Text Font Color

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

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


#29cbef Background Color

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

This div background color is #29cbef


#29cbef Border Color

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

This div border color is #29cbef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29cbef


Comments

No comments written yet.

Please login to write comment.