Color Hex Logo

#217fdf Color Hex

#217FDF
(33,127,223)
0 Favorites   0 Comments

Color spaces of #217fdf

RGB 33127223
HSL0.580.750.50
HSV210°85°87°
CMYK 0.850.430.00   0.13
XYZ21.535920.829872.6975
Yxy20.82980.18720.1810
Hunter Lab45.63974.3590-62.4927
CIE-Lab52.76278.4300-56.2470

#217fdf color RGB value is (33,127,223).

#217fdf hex color red value is 33, green value is 127 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #217fdf hue: 0.58 , saturation: 0.75 and the lightness value of 217fdf is 0.50.

The process color (four color CMYK) of #217fdf color hex is 0.85, 0.43, 0.00, 0.13. Web safe color of #217fdf is #3366cc. Color #217fdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 01111111 11011111
Octal 41 177 337
Decimal 33 127 223
Hex 21 7F DF

RGB Percentages of Color #217fdf

%8.62
%33.16
%58.22

CMYK Percentages of Color #217fdf

%85
%43
%0
%13

Triadic Colors of #217fdf

#217fdf #df217f #7fdf21

Analogous Colors of #217fdf

#217fdf #2221df #21dedf

Monochromatic Colors of #217fdf

#217fdf

Complementary Color

#217fdf #df8121

#217fdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#217fdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#217fdf Color CSS Codes

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

#217fdf Text Font Color

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

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


#217fdf Background Color

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

This div background color is #217fdf


#217fdf Border Color

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

This div border color is #217fdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #217fdf


Comments

No comments written yet.

Please login to write comment.