Color Hex Logo

#217ddf Color Hex

#217DDF
(33,125,223)
0 Favorites   0 Comments

Color spaces of #217ddf

RGB 33125223
HSL0.590.750.50
HSV211°85°87°
CMYK 0.850.440.00   0.13
XYZ21.280120.318372.6123
Yxy20.31830.18630.1779
Hunter Lab45.07585.3864-63.9567
CIE-Lab52.19529.6645-57.1571

#217ddf color RGB value is (33,125,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100001 01111101 11011111
Octal 41 175 337
Decimal 33 125 223
Hex 21 7D DF

RGB Percentages of Color #217ddf

%8.66
%32.81
%58.53

CMYK Percentages of Color #217ddf

%85
%44
%0
%13

Triadic Colors of #217ddf

#217ddf #df217d #7ddf21

Analogous Colors of #217ddf

#217ddf #2421df #21dcdf

Monochromatic Colors of #217ddf

#217ddf

Complementary Color

#217ddf #df8321

#217ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#217ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#217ddf Color CSS Codes

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

#217ddf Text Font Color

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

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


#217ddf Background Color

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

This div background color is #217ddf


#217ddf Border Color

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

This div border color is #217ddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #217ddf


Comments

No comments written yet.

Please login to write comment.