Color Hex Logo

#217cdf Color Hex

#217CDF
(33,124,223)
0 Favorites   0 Comments

Color spaces of #217cdf

RGB 33124223
HSL0.590.750.50
HSV211°85°87°
CMYK 0.850.440.00   0.13
XYZ21.154120.066372.5703
Yxy20.06630.18590.1763
Hunter Lab44.79545.9025-64.6953
CIE-Lab51.912110.2844-57.6115

#217cdf color RGB value is (33,124,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100001 01111100 11011111
Octal 41 174 337
Decimal 33 124 223
Hex 21 7C DF

RGB Percentages of Color #217cdf

%8.68
%32.63
%58.68

CMYK Percentages of Color #217cdf

%85
%44
%0
%13

Triadic Colors of #217cdf

#217cdf #df217c #7cdf21

Analogous Colors of #217cdf

#217cdf #2521df #21dbdf

Monochromatic Colors of #217cdf

#217cdf

Complementary Color

#217cdf #df8421

#217cdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#217cdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#217cdf Color CSS Codes

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

#217cdf Text Font Color

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

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


#217cdf Background Color

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

This div background color is #217cdf


#217cdf Border Color

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

This div border color is #217cdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #217cdf


Comments

No comments written yet.

Please login to write comment.