Color Hex Logo

#29adee Color Hex

#29ADEE
(41,173,238)
0 Favorites   0 Comments

Color spaces of #29adee

RGB 41173238
HSL0.550.850.55
HSV200°83°93°
CMYK 0.830.270.00   0.07
XYZ31.290636.531686.2910
Yxy36.53160.20300.2370
Hunter Lab60.4414-13.3627-42.3382
CIE-Lab66.9241-12.1857-42.1098

#29adee color RGB value is (41,173,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 10101101 11101110
Octal 51 255 356
Decimal 41 173 238
Hex 29 AD EE

RGB Percentages of Color #29adee

%9.07
%38.27
%52.65

CMYK Percentages of Color #29adee

%83
%27
%0
%7

Triadic Colors of #29adee

#29adee #ee29ad #adee29

Analogous Colors of #29adee

#29adee #294bee #29eecd

Monochromatic Colors of #29adee

#29adee

Complementary Color

#29adee #ee6a29

#29adee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29adee Color Preview on White Background

Lorem ipsum dolor sit amet.

#29adee Color CSS Codes

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

#29adee Text Font Color

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

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


#29adee Background Color

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

This div background color is #29adee


#29adee Border Color

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

This div border color is #29adee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29adee


Comments

No comments written yet.

Please login to write comment.