Color Hex Logo

#219cad Color Hex

#219CAD
(33,156,173)
0 Favorites   0 Comments

Color spaces of #219cad

RGB 33156173
HSL0.520.680.40
HSV187°81°68°
CMYK 0.810.100.00   0.32
XYZ20.058527.117443.7122
Yxy27.11740.22070.2984
Hunter Lab52.0744-22.3738-13.3171
CIE-Lab59.0828-25.9481-18.0872

#219cad color RGB value is (33,156,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100001 10011100 10101101
Octal 41 234 255
Decimal 33 156 173
Hex 21 9C AD

RGB Percentages of Color #219cad

%9.12
%43.09
%47.79

CMYK Percentages of Color #219cad

%81
%10
%0
%32

Triadic Colors of #219cad

#219cad #ad219c #9cad21

Analogous Colors of #219cad

#219cad #2156ad #21ad78

Monochromatic Colors of #219cad

#219cad

Complementary Color

#219cad #ad3221

#219cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#219cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#219cad Color CSS Codes

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

#219cad Text Font Color

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

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


#219cad Background Color

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

This div background color is #219cad


#219cad Border Color

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

This div border color is #219cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #219cad


Comments

No comments written yet.

Please login to write comment.