Color Hex Logo

#29afee Color Hex

#29AFEE
(41,175,238)
0 Favorites   0 Comments

Color spaces of #29afee

RGB 41175238
HSL0.550.850.55
HSV199°83°93°
CMYK 0.830.260.00   0.07
XYZ31.677037.304486.4198
Yxy37.30440.20380.2401
Hunter Lab61.0773-14.3085-41.1367
CIE-Lab67.5048-13.2732-41.2007

#29afee color RGB value is (41,175,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 10101111 11101110
Octal 51 257 356
Decimal 41 175 238
Hex 29 AF EE

RGB Percentages of Color #29afee

%9.03
%38.55
%52.42

CMYK Percentages of Color #29afee

%83
%26
%0
%7

Triadic Colors of #29afee

#29afee #ee29af #afee29

Analogous Colors of #29afee

#29afee #294dee #29eecb

Monochromatic Colors of #29afee

#29afee

Complementary Color

#29afee #ee6829

#29afee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29afee Color Preview on White Background

Lorem ipsum dolor sit amet.

#29afee Color CSS Codes

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

#29afee Text Font Color

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

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


#29afee Background Color

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

This div background color is #29afee


#29afee Border Color

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

This div border color is #29afee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29afee


Comments

No comments written yet.

Please login to write comment.