Color Hex Logo

#219eae Color Hex

#219EAE
(33,158,174)
0 Favorites   0 Comments

Color spaces of #219eae

RGB 33158174
HSL0.520.680.41
HSV187°81°68°
CMYK 0.810.090.00   0.32
XYZ20.494027.833044.3366
Yxy27.83300.22120.3004
Hunter Lab52.7570-22.9846-12.8970
CIE-Lab59.7376-26.6312-17.6575

#219eae color RGB value is (33,158,174).

#219eae hex color red value is 33, green value is 158 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #219eae hue: 0.52 , saturation: 0.68 and the lightness value of 219eae is 0.41.

The process color (four color CMYK) of #219eae color hex is 0.81, 0.09, 0.00, 0.32. Web safe color of #219eae is #339999. Color #219eae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 10011110 10101110
Octal 41 236 256
Decimal 33 158 174
Hex 21 9E AE

RGB Percentages of Color #219eae

%9.04
%43.29
%47.67

CMYK Percentages of Color #219eae

%81
%9
%0
%32

Triadic Colors of #219eae

#219eae #ae219e #9eae21

Analogous Colors of #219eae

#219eae #2158ae #21ae78

Monochromatic Colors of #219eae

#219eae

Complementary Color

#219eae #ae3121

#219eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#219eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#219eae Color CSS Codes

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

#219eae Text Font Color

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

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


#219eae Background Color

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

This div background color is #219eae


#219eae Border Color

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

This div border color is #219eae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(33,158,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 #219eae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #219eae


Comments

No comments written yet.

Please login to write comment.