Color Hex Logo

#209caf Color Hex

#209CAF
(32,156,175)
0 Favorites   0 Comments

Color spaces of #209caf

RGB 32156175
HSL0.520.690.41
HSV188°82°69°
CMYK 0.820.110.00   0.31
XYZ20.222027.179244.7377
Yxy27.17920.21950.2950
Hunter Lab52.1337-21.9960-14.3852
CIE-Lab59.1398-25.3871-19.1338

#209caf color RGB value is (32,156,175).

#209caf hex color red value is 32, green value is 156 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #209caf hue: 0.52 , saturation: 0.69 and the lightness value of 209caf is 0.41.

The process color (four color CMYK) of #209caf color hex is 0.82, 0.11, 0.00, 0.31. Web safe color of #209caf is #339999. Color #209caf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 10011100 10101111
Octal 40 234 257
Decimal 32 156 175
Hex 20 9C AF

RGB Percentages of Color #209caf

%8.82
%42.98
%48.21

CMYK Percentages of Color #209caf

%82
%11
%0
%31

Triadic Colors of #209caf

#209caf #af209c #9caf20

Analogous Colors of #209caf

#209caf #2055af #20af7b

Monochromatic Colors of #209caf

#209caf

Complementary Color

#209caf #af3320

#209caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#209caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#209caf Color CSS Codes

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

#209caf Text Font Color

<p style="color:#209caf">Text here</p>

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


#209caf Background Color

<div style="background-color:#209caf">
Div content here</div>

This div background color is #209caf


#209caf Border Color

<div style="border:3px solid #209caf">
Div here</div>

This div border color is #209caf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(32,156,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #209caf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #209caf;
  -webkit-box-shadow: 1px 1px 3px 2px #209caf;
  box-shadow:         1px 1px 3px 2px #209caf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(32,156,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 #209caf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #209caf


Comments

No comments written yet.

Please login to write comment.