Color Hex Logo

#217daf Color Hex

#217DAF
(33,125,175)
0 Favorites   0 Comments

Color spaces of #217daf

RGB 33125175
HSL0.560.680.41
HSV201°81°69°
CMYK 0.810.290.00   0.31
XYZ15.698718.085743.2209
Yxy18.08570.20390.2349
Hunter Lab42.5273-8.5305-30.4879
CIE-Lab49.5999-8.4249-33.8823

#217daf color RGB value is (33,125,175).

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

The process color (four color CMYK) of #217daf color hex is 0.81, 0.29, 0.00, 0.31. Web safe color of #217daf is #336699. Color #217daf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 01111101 10101111
Octal 41 175 257
Decimal 33 125 175
Hex 21 7D AF

RGB Percentages of Color #217daf

%9.91
%37.54
%52.55

CMYK Percentages of Color #217daf

%81
%29
%0
%31

Triadic Colors of #217daf

#217daf #af217d #7daf21

Analogous Colors of #217daf

#217daf #2136af #21af9a

Monochromatic Colors of #217daf

#217daf

Complementary Color

#217daf #af5321

#217daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#217daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#217daf Color CSS Codes

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

#217daf Text Font Color

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

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


#217daf Background Color

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

This div background color is #217daf


#217daf Border Color

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

This div border color is #217daf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #217daf


Comments

No comments written yet.

Please login to write comment.