Color Hex Logo

#217ddc Color Hex

#217DDC
(33,125,220)
0 Favorites   0 Comments

Color spaces of #217ddc

RGB 33125220
HSL0.580.740.50
HSV210°85°86°
CMYK 0.850.430.00   0.14
XYZ20.879120.157970.5006
Yxy20.15790.18720.1807
Hunter Lab44.89764.4387-61.6721
CIE-Lab52.01538.5209-55.7568

#217ddc color RGB value is (33,125,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100001 01111101 11011100
Octal 41 175 334
Decimal 33 125 220
Hex 21 7D DC

RGB Percentages of Color #217ddc

%8.73
%33.07
%58.20

CMYK Percentages of Color #217ddc

%85
%43
%0
%14

Triadic Colors of #217ddc

#217ddc #dc217d #7ddc21

Analogous Colors of #217ddc

#217ddc #2321dc #21dbdc

Monochromatic Colors of #217ddc

#217ddc

Complementary Color

#217ddc #dc8021

#217ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#217ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#217ddc Color CSS Codes

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

#217ddc Text Font Color

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

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


#217ddc Background Color

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

This div background color is #217ddc


#217ddc Border Color

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

This div border color is #217ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #217ddc


Comments

No comments written yet.

Please login to write comment.