Color Hex Logo

#29baec Color Hex

#29BAEC
(41,186,236)
0 Favorites   0 Comments

Color spaces of #29baec

RGB 41186236
HSL0.540.840.54
HSV195°83°93°
CMYK 0.830.210.00   0.07
XYZ33.613741.645485.6236
Yxy41.64540.20890.2589
Hunter Lab64.5332-19.9571-33.4935
CIE-Lab70.6257-19.8001-35.2493

#29baec color RGB value is (41,186,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 10111010 11101100
Octal 51 272 354
Decimal 41 186 236
Hex 29 BA EC

RGB Percentages of Color #29baec

%8.86
%40.17
%50.97

CMYK Percentages of Color #29baec

%83
%21
%0
%7

Triadic Colors of #29baec

#29baec #ec29ba #baec29

Analogous Colors of #29baec

#29baec #2959ec #29ecbd

Monochromatic Colors of #29baec

#29baec

Complementary Color

#29baec #ec5b29

#29baec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29baec Color Preview on White Background

Lorem ipsum dolor sit amet.

#29baec Color CSS Codes

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

#29baec Text Font Color

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

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


#29baec Background Color

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

This div background color is #29baec


#29baec Border Color

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

This div border color is #29baec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29baec


Comments

No comments written yet.

Please login to write comment.