Color Hex Logo

#219daf Color Hex

#219DAF
(33,157,175)
0 Favorites   0 Comments

Color spaces of #219daf

RGB 33157175
HSL0.520.680.41
HSV188°81°69°
CMYK 0.810.100.00   0.31
XYZ20.422027.532444.7954
Yxy27.53240.22020.2968
Hunter Lab52.4713-22.3521-13.8867
CIE-Lab59.4639-25.8032-18.6389

#219daf color RGB value is (33,157,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100001 10011101 10101111
Octal 41 235 257
Decimal 33 157 175
Hex 21 9D AF

RGB Percentages of Color #219daf

%9.04
%43.01
%47.95

CMYK Percentages of Color #219daf

%81
%10
%0
%31

Triadic Colors of #219daf

#219daf #af219d #9daf21

Analogous Colors of #219daf

#219daf #2156af #21af7a

Monochromatic Colors of #219daf

#219daf

Complementary Color

#219daf #af3321

#219daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#219daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#219daf Color CSS Codes

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

#219daf Text Font Color

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

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


#219daf Background Color

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

This div background color is #219daf


#219daf Border Color

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

This div border color is #219daf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #219daf


Comments

No comments written yet.

Please login to write comment.