Color Hex Logo

#217ccd Color Hex

#217CCD
(33,124,205)
0 Favorites   0 Comments

Color spaces of #217ccd

RGB 33124205
HSL0.580.720.47
HSV208°84°80°
CMYK 0.840.400.00   0.20
XYZ18.854319.146460.4595
Yxy19.14640.19150.1945
Hunter Lab43.75660.3399-51.2927
CIE-Lab50.85803.4231-49.1135

#217ccd color RGB value is (33,124,205).

#217ccd hex color red value is 33, green value is 124 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #217ccd hue: 0.58 , saturation: 0.72 and the lightness value of 217ccd is 0.47.

The process color (four color CMYK) of #217ccd color hex is 0.84, 0.40, 0.00, 0.20. Web safe color of #217ccd is #3366cc. Color #217ccd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 01111100 11001101
Octal 41 174 315
Decimal 33 124 205
Hex 21 7C CD

RGB Percentages of Color #217ccd

%9.12
%34.25
%56.63

CMYK Percentages of Color #217ccd

%84
%40
%0
%20

Triadic Colors of #217ccd

#217ccd #cd217c #7ccd21

Analogous Colors of #217ccd

#217ccd #2126cd #21cdc8

Monochromatic Colors of #217ccd

#217ccd

Complementary Color

#217ccd #cd7221

#217ccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#217ccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#217ccd Color CSS Codes

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

#217ccd Text Font Color

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

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


#217ccd Background Color

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

This div background color is #217ccd


#217ccd Border Color

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

This div border color is #217ccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #217ccd

#217ccd Color Palettes


Comments

No comments written yet.

Please login to write comment.