Color Hex Logo

#29aefa Color Hex

#29AEFA
(41,174,250)
0 Favorites   0 Comments

Color spaces of #29aefa

RGB 41174250
HSL0.560.950.57
HSV202°84°98°
CMYK 0.840.300.00   0.02
XYZ33.305837.645695.9534
Yxy37.64560.19950.2256
Hunter Lab61.3560-10.4781-49.7732
CIE-Lab67.7586-8.5246-47.3363

#29aefa color RGB value is (41,174,250).

#29aefa hex color red value is 41, green value is 174 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #29aefa hue: 0.56 , saturation: 0.95 and the lightness value of 29aefa is 0.57.

The process color (four color CMYK) of #29aefa color hex is 0.84, 0.30, 0.00, 0.02. Web safe color of #29aefa is #3399ff. Color #29aefa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 10101110 11111010
Octal 51 256 372
Decimal 41 174 250
Hex 29 AE FA

RGB Percentages of Color #29aefa

%8.82
%37.42
%53.76

CMYK Percentages of Color #29aefa

%84
%30
%0
%2

Triadic Colors of #29aefa

#29aefa #fa29ae #aefa29

Analogous Colors of #29aefa

#29aefa #2946fa #29fade

Monochromatic Colors of #29aefa

#29aefa

Complementary Color

#29aefa #fa7529

#29aefa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29aefa Color Preview on White Background

Lorem ipsum dolor sit amet.

#29aefa Color CSS Codes

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

#29aefa Text Font Color

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

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


#29aefa Background Color

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

This div background color is #29aefa


#29aefa Border Color

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

This div border color is #29aefa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29aefa

Related Colors


Comments

No comments written yet.

Please login to write comment.