Color Hex Logo

#217ead Color Hex

#217EAD
(33,126,173)
0 Favorites   0 Comments

Color spaces of #217ead

RGB 33126173
HSL0.560.680.40
HSV200°81°68°
CMYK 0.810.270.00   0.32
XYZ15.630918.262242.2363
Yxy18.26220.20530.2399
Hunter Lab42.7343-9.4952-28.6851
CIE-Lab49.8126-9.7372-32.3908

#217ead color RGB value is (33,126,173).

#217ead hex color red value is 33, green value is 126 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #217ead hue: 0.56 , saturation: 0.68 and the lightness value of 217ead is 0.40.

The process color (four color CMYK) of #217ead color hex is 0.81, 0.27, 0.00, 0.32. Web safe color of #217ead is #336699. Color #217ead contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 01111110 10101101
Octal 41 176 255
Decimal 33 126 173
Hex 21 7E AD

RGB Percentages of Color #217ead

%9.94
%37.95
%52.11

CMYK Percentages of Color #217ead

%81
%27
%0
%32

Triadic Colors of #217ead

#217ead #ad217e #7ead21

Analogous Colors of #217ead

#217ead #2138ad #21ad96

Monochromatic Colors of #217ead

#217ead

Complementary Color

#217ead #ad5021

#217ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#217ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#217ead Color CSS Codes

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

#217ead Text Font Color

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

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


#217ead Background Color

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

This div background color is #217ead


#217ead Border Color

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

This div border color is #217ead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #217ead


Comments

No comments written yet.

Please login to write comment.