Color Hex Logo

#217ccc Color Hex

#217CCC
(33,124,204)
0 Favorites   0 Comments

Color spaces of #217ccc

RGB 33124204
HSL0.580.720.46
HSV208°84°80°
CMYK 0.840.390.00   0.20
XYZ18.733919.098359.8257
Yxy19.09830.19180.1956
Hunter Lab43.70160.0412-50.5745
CIE-Lab50.80203.0426-48.6337

#217ccc color RGB value is (33,124,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100001 01111100 11001100
Octal 41 174 314
Decimal 33 124 204
Hex 21 7C CC

RGB Percentages of Color #217ccc

%9.14
%34.35
%56.51

CMYK Percentages of Color #217ccc

%84
%39
%0
%20

Triadic Colors of #217ccc

#217ccc #cc217c #7ccc21

Analogous Colors of #217ccc

#217ccc #2127cc #21ccc7

Monochromatic Colors of #217ccc

#217ccc

Complementary Color

#217ccc #cc7121

#217ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#217ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#217ccc Color CSS Codes

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

#217ccc Text Font Color

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

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


#217ccc Background Color

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

This div background color is #217ccc


#217ccc Border Color

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

This div border color is #217ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #217ccc


Comments

No comments written yet.

Please login to write comment.