Color Hex Logo

#219fad Color Hex

#219FAD
(33,159,173)
0 Favorites   0 Comments

Color spaces of #219fad

RGB 33159173
HSL0.520.680.40
HSV186°81°68°
CMYK 0.810.080.00   0.32
XYZ20.568228.136743.8820
Yxy28.13670.22220.3039
Hunter Lab53.0440-23.6124-11.9183
CIE-Lab60.0120-27.4529-16.6759

#219fad color RGB value is (33,159,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100001 10011111 10101101
Octal 41 237 255
Decimal 33 159 173
Hex 21 9F AD

RGB Percentages of Color #219fad

%9.04
%43.56
%47.40

CMYK Percentages of Color #219fad

%81
%8
%0
%32

Triadic Colors of #219fad

#219fad #ad219f #9fad21

Analogous Colors of #219fad

#219fad #2159ad #21ad75

Monochromatic Colors of #219fad

#219fad

Complementary Color

#219fad #ad2f21

#219fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#219fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#219fad Color CSS Codes

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

#219fad Text Font Color

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

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


#219fad Background Color

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

This div background color is #219fad


#219fad Border Color

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

This div border color is #219fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #219fad


Comments

No comments written yet.

Please login to write comment.