Color Hex Logo

#29cfeb Color Hex

#29CFEB
(41,207,235)
0 Favorites   0 Comments

Color spaces of #29cfeb

RGB 41207235
HSL0.520.830.54
HSV189°83°92°
CMYK 0.830.120.00   0.08
XYZ38.222751.095286.4451
Yxy51.09520.21750.2907
Hunter Lab71.4809-29.6430-21.6654
CIE-Lab76.7366-30.6663-25.3018

#29cfeb color RGB value is (41,207,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 11001111 11101011
Octal 51 317 353
Decimal 41 207 235
Hex 29 CF EB

RGB Percentages of Color #29cfeb

%8.49
%42.86
%48.65

CMYK Percentages of Color #29cfeb

%83
%12
%0
%8

Triadic Colors of #29cfeb

#29cfeb #eb29cf #cfeb29

Analogous Colors of #29cfeb

#29cfeb #296eeb #29eba6

Monochromatic Colors of #29cfeb

#29cfeb

Complementary Color

#29cfeb #eb4529

#29cfeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29cfeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#29cfeb Color CSS Codes

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

#29cfeb Text Font Color

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

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


#29cfeb Background Color

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

This div background color is #29cfeb


#29cfeb Border Color

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

This div border color is #29cfeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(41,207,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 #29cfeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29cfeb


Comments

No comments written yet.

Please login to write comment.