Color Hex Logo

#217dce Color Hex

#217DCE
(33,125,206)
0 Favorites   0 Comments

Color spaces of #217dce

RGB 33125206
HSL0.580.720.47
HSV208°84°81°
CMYK 0.840.390.00   0.19
XYZ19.101419.446861.1394
Yxy19.44680.19160.1951
Hunter Lab44.09850.1454-51.3323
CIE-Lab51.20593.1921-49.1277

#217dce color RGB value is (33,125,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100001 01111101 11001110
Octal 41 175 316
Decimal 33 125 206
Hex 21 7D CE

RGB Percentages of Color #217dce

%9.07
%34.34
%56.59

CMYK Percentages of Color #217dce

%84
%39
%0
%19

Triadic Colors of #217dce

#217dce #ce217d #7dce21

Analogous Colors of #217dce

#217dce #2126ce #21cec9

Monochromatic Colors of #217dce

#217dce

Complementary Color

#217dce #ce7221

#217dce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#217dce Color Preview on White Background

Lorem ipsum dolor sit amet.

#217dce Color CSS Codes

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

#217dce Text Font Color

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

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


#217dce Background Color

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

This div background color is #217dce


#217dce Border Color

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

This div border color is #217dce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #217dce


Comments

No comments written yet.

Please login to write comment.