Color Hex Logo

#29cbeb Color Hex

#29CBEB
(41,203,235)
0 Favorites   0 Comments

Color spaces of #29cbeb

RGB 41203235
HSL0.530.830.54
HSV190°83°92°
CMYK 0.830.140.00   0.08
XYZ37.265849.181486.1261
Yxy49.18140.21590.2850
Hunter Lab70.1295-27.8742-23.7235
CIE-Lab75.5640-28.7179-27.0954

#29cbeb color RGB value is (41,203,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 11001011 11101011
Octal 51 313 353
Decimal 41 203 235
Hex 29 CB EB

RGB Percentages of Color #29cbeb

%8.56
%42.38
%49.06

CMYK Percentages of Color #29cbeb

%83
%14
%0
%8

Triadic Colors of #29cbeb

#29cbeb #eb29cb #cbeb29

Analogous Colors of #29cbeb

#29cbeb #296aeb #29ebaa

Monochromatic Colors of #29cbeb

#29cbeb

Complementary Color

#29cbeb #eb4929

#29cbeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29cbeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#29cbeb Color CSS Codes

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

#29cbeb Text Font Color

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

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


#29cbeb Background Color

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

This div background color is #29cbeb


#29cbeb Border Color

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

This div border color is #29cbeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29cbeb


Comments

No comments written yet.

Please login to write comment.