Color Hex Logo

#029eda Color Hex

#029EDA
(2,158,218)
0 Favorites   0 Comments

Color spaces of #029eda

RGB 2158218
HSL0.550.980.43
HSV197°99°85°
CMYK 0.990.280.00   0.15
XYZ24.906829.528670.7165
Yxy29.52860.19900.2359
Hunter Lab54.3402-13.2801-39.1198
CIE-Lab61.2453-12.9934-40.0193

#029eda color RGB value is (2,158,218).

#029eda hex color red value is 2, green value is 158 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #029eda hue: 0.55 , saturation: 0.98 and the lightness value of 029eda is 0.43.

The process color (four color CMYK) of #029eda color hex is 0.99, 0.28, 0.00, 0.15. Web safe color of #029eda is #0099cc. Color #029eda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 10011110 11011010
Octal 2 236 332
Decimal 2 158 218
Hex 2 9E DA

RGB Percentages of Color #029eda

%0.53
%41.80
%57.67

CMYK Percentages of Color #029eda

%99
%28
%0
%15

Triadic Colors of #029eda

#029eda #da029e #9eda02

Analogous Colors of #029eda

#029eda #0232da #02daaa

Monochromatic Colors of #029eda

#029eda

Complementary Color

#029eda #da3e02

#029eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#029eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#029eda Color CSS Codes

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

#029eda Text Font Color

<p style="color:#029eda">Text here</p>

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


#029eda Background Color

<div style="background-color:#029eda">
Div content here</div>

This div background color is #029eda


#029eda Border Color

<div style="border:3px solid #029eda">
Div here</div>

This div border color is #029eda


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(2,158,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #029eda; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #029eda;
  -webkit-box-shadow: 1px 1px 3px 2px #029eda;
  box-shadow:         1px 1px 3px 2px #029eda; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #029eda


Comments

No comments written yet.

Please login to write comment.