Color Hex Logo

#216eba Color Hex

#216EBA
(33,110,186)
0 Favorites   0 Comments

Color spaces of #216eba

RGB 33110186
HSL0.580.700.43
HSV210°82°73°
CMYK 0.820.410.00   0.27
XYZ15.066115.020448.5595
Yxy15.02040.19160.1910
Hunter Lab38.75621.5669-47.1580
CIE-Lab45.66214.8127-46.4900

#216eba color RGB value is (33,110,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100001 01101110 10111010
Octal 41 156 272
Decimal 33 110 186
Hex 21 6E BA

RGB Percentages of Color #216eba

%10.03
%33.43
%56.53

CMYK Percentages of Color #216eba

%82
%41
%0
%27

Triadic Colors of #216eba

#216eba #ba216e #6eba21

Analogous Colors of #216eba

#216eba #2122ba #21baba

Monochromatic Colors of #216eba

#216eba

Complementary Color

#216eba #ba6d21

#216eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#216eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#216eba Color CSS Codes

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

#216eba Text Font Color

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

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


#216eba Background Color

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

This div background color is #216eba


#216eba Border Color

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

This div border color is #216eba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(33,110,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 #216eba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #216eba


Comments

No comments written yet.

Please login to write comment.