Color Hex Logo

#217eac Color Hex

#217EAC
(33,126,172)
0 Favorites   0 Comments

Color spaces of #217eac

RGB 33126172
HSL0.560.680.40
HSV200°81°67°
CMYK 0.810.270.00   0.33
XYZ15.534418.223641.7285
Yxy18.22360.20580.2414
Hunter Lab42.6891-9.7505-28.0735
CIE-Lab49.7662-10.1021-31.8839

#217eac color RGB value is (33,126,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100001 01111110 10101100
Octal 41 176 254
Decimal 33 126 172
Hex 21 7E AC

RGB Percentages of Color #217eac

%9.97
%38.07
%51.96

CMYK Percentages of Color #217eac

%81
%27
%0
%33

Triadic Colors of #217eac

#217eac #ac217e #7eac21

Analogous Colors of #217eac

#217eac #2138ac #21ac95

Monochromatic Colors of #217eac

#217eac

Complementary Color

#217eac #ac4f21

#217eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#217eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#217eac Color CSS Codes

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

#217eac Text Font Color

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

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


#217eac Background Color

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

This div background color is #217eac


#217eac Border Color

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

This div border color is #217eac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #217eac


Comments

No comments written yet.

Please login to write comment.