Color Hex Logo

#29acee Color Hex

#29ACEE
(41,172,238)
0 Favorites   0 Comments

Color spaces of #29acee

RGB 41172238
HSL0.560.850.55
HSV200°83°93°
CMYK 0.830.280.00   0.07
XYZ31.099636.149586.2274
Yxy36.14950.20260.2355
Hunter Lab60.1245-12.8880-42.9436
CIE-Lab66.6340-11.6390-42.5645

#29acee color RGB value is (41,172,238).

#29acee hex color red value is 41, green value is 172 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #29acee hue: 0.56 , saturation: 0.85 and the lightness value of 29acee is 0.55.

The process color (four color CMYK) of #29acee color hex is 0.83, 0.28, 0.00, 0.07. Web safe color of #29acee is #3399ff. Color #29acee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 10101100 11101110
Octal 51 254 356
Decimal 41 172 238
Hex 29 AC EE

RGB Percentages of Color #29acee

%9.09
%38.14
%52.77

CMYK Percentages of Color #29acee

%83
%28
%0
%7

Triadic Colors of #29acee

#29acee #ee29ac #acee29

Analogous Colors of #29acee

#29acee #294aee #29eece

Monochromatic Colors of #29acee

#29acee

Complementary Color

#29acee #ee6b29

#29acee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29acee Color Preview on White Background

Lorem ipsum dolor sit amet.

#29acee Color CSS Codes

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

#29acee Text Font Color

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

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


#29acee Background Color

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

This div background color is #29acee


#29acee Border Color

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

This div border color is #29acee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29acee


Comments

No comments written yet.

Please login to write comment.