Color Hex Logo

#217dbd Color Hex

#217DBD
(33,125,189)
0 Favorites   0 Comments

Color spaces of #217dbd

RGB 33125189
HSL0.570.700.44
HSV205°83°74°
CMYK 0.830.340.00   0.26
XYZ17.146118.664750.8431
Yxy18.66470.19790.2154
Hunter Lab43.2027-4.7623-39.5336
CIE-Lab50.2926-3.2262-40.8651

#217dbd color RGB value is (33,125,189).

#217dbd hex color red value is 33, green value is 125 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #217dbd hue: 0.57 , saturation: 0.70 and the lightness value of 217dbd is 0.44.

The process color (four color CMYK) of #217dbd color hex is 0.83, 0.34, 0.00, 0.26. Web safe color of #217dbd is #3366cc. Color #217dbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 01111101 10111101
Octal 41 175 275
Decimal 33 125 189
Hex 21 7D BD

RGB Percentages of Color #217dbd

%9.51
%36.02
%54.47

CMYK Percentages of Color #217dbd

%83
%34
%0
%26

Triadic Colors of #217dbd

#217dbd #bd217d #7dbd21

Analogous Colors of #217dbd

#217dbd #212fbd #21bdaf

Monochromatic Colors of #217dbd

#217dbd

Complementary Color

#217dbd #bd6121

#217dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#217dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#217dbd Color CSS Codes

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

#217dbd Text Font Color

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

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


#217dbd Background Color

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

This div background color is #217dbd


#217dbd Border Color

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

This div border color is #217dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #217dbd


Comments

No comments written yet.

Please login to write comment.