Color Hex Logo

#028eae Color Hex

#028EAE
(2,142,174)
0 Favorites   0 Comments

Color spaces of #028eae

RGB 2142174
HSL0.530.980.35
HSV191°99°68°
CMYK 0.990.180.00   0.32
XYZ17.338022.414943.4571
Yxy22.41490.20840.2694
Hunter Lab47.3444-17.4841-21.2808
CIE-Lab54.4645-20.1584-25.7623

#028eae color RGB value is (2,142,174).

#028eae hex color red value is 2, green value is 142 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #028eae hue: 0.53 , saturation: 0.98 and the lightness value of 028eae is 0.35.

The process color (four color CMYK) of #028eae color hex is 0.99, 0.18, 0.00, 0.32. Web safe color of #028eae is #009999. Color #028eae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 10001110 10101110
Octal 2 216 256
Decimal 2 142 174
Hex 2 8E AE

RGB Percentages of Color #028eae

%0.63
%44.65
%54.72

CMYK Percentages of Color #028eae

%99
%18
%0
%32

Triadic Colors of #028eae

#028eae #ae028e #8eae02

Analogous Colors of #028eae

#028eae #0238ae #02ae78

Monochromatic Colors of #028eae

#028eae

Complementary Color

#028eae #ae2202

#028eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#028eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#028eae Color CSS Codes

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

#028eae Text Font Color

<p style="color:#028eae">Text here</p>

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


#028eae Background Color

<div style="background-color:#028eae">
Div content here</div>

This div background color is #028eae


#028eae Border Color

<div style="border:3px solid #028eae">
Div here</div>

This div border color is #028eae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(2,142,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #028eae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #028eae;
  -webkit-box-shadow: 1px 1px 3px 2px #028eae;
  box-shadow:         1px 1px 3px 2px #028eae; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #028eae


Comments

No comments written yet.

Please login to write comment.