Color Hex Logo

#217eba Color Hex

#217EBA
(33,126,186)
0 Favorites   0 Comments

Color spaces of #217eba

RGB 33126186
HSL0.570.700.43
HSV204°82°73°
CMYK 0.820.320.00   0.27
XYZ16.951018.790249.1878
Yxy18.79020.19960.2212
Hunter Lab43.3477-6.0564-36.9346
CIE-Lab50.4408-4.9409-38.9070

#217eba color RGB value is (33,126,186).

#217eba hex color red value is 33, green value is 126 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #217eba hue: 0.57 , saturation: 0.70 and the lightness value of 217eba is 0.43.

The process color (four color CMYK) of #217eba color hex is 0.82, 0.32, 0.00, 0.27. Web safe color of #217eba is #3366cc. Color #217eba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 01111110 10111010
Octal 41 176 272
Decimal 33 126 186
Hex 21 7E BA

RGB Percentages of Color #217eba

%9.57
%36.52
%53.91

CMYK Percentages of Color #217eba

%82
%32
%0
%27

Triadic Colors of #217eba

#217eba #ba217e #7eba21

Analogous Colors of #217eba

#217eba #2131ba #21baaa

Monochromatic Colors of #217eba

#217eba

Complementary Color

#217eba #ba5d21

#217eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#217eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#217eba Color CSS Codes

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

#217eba Text Font Color

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

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


#217eba Background Color

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

This div background color is #217eba


#217eba Border Color

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

This div border color is #217eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #217eba


Comments

No comments written yet.

Please login to write comment.