Color Hex Logo

#217fbd Color Hex

#217FBD
(33,127,189)
0 Favorites   0 Comments

Color spaces of #217fbd

RGB 33127189
HSL0.570.700.44
HSV204°83°74°
CMYK 0.830.330.00   0.26
XYZ17.401919.176250.9283
Yxy19.17620.19890.2191
Hunter Lab43.7906-5.6998-38.3005
CIE-Lab50.8927-4.4150-39.9170

#217fbd color RGB value is (33,127,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100001 01111111 10111101
Octal 41 177 275
Decimal 33 127 189
Hex 21 7F BD

RGB Percentages of Color #217fbd

%9.46
%36.39
%54.15

CMYK Percentages of Color #217fbd

%83
%33
%0
%26

Triadic Colors of #217fbd

#217fbd #bd217f #7fbd21

Analogous Colors of #217fbd

#217fbd #2131bd #21bdad

Monochromatic Colors of #217fbd

#217fbd

Complementary Color

#217fbd #bd5f21

#217fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#217fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#217fbd Color CSS Codes

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

#217fbd Text Font Color

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

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


#217fbd Background Color

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

This div background color is #217fbd


#217fbd Border Color

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

This div border color is #217fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #217fbd


Comments

No comments written yet.

Please login to write comment.