Color Hex Logo

#221ebc Color Hex

#221EBC
(34,30,188)
0 Favorites   0 Comments

Color spaces of #221ebc

RGB 3430188
HSL0.670.720.43
HSV242°84°74°
CMYK 0.820.840.00   0.26
XYZ10.20114.899547.9850
Yxy4.89950.16170.0777
Hunter Lab22.134843.5280-113.0376
CIE-Lab26.446554.6554-79.0154

#221ebc color RGB value is (34,30,188).

#221ebc hex color red value is 34, green value is 30 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #221ebc hue: 0.67 , saturation: 0.72 and the lightness value of 221ebc is 0.43.

The process color (four color CMYK) of #221ebc color hex is 0.82, 0.84, 0.00, 0.26. Web safe color of #221ebc is #3333cc. Color #221ebc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100010 00011110 10111100
Octal 42 36 274
Decimal 34 30 188
Hex 22 1E BC

RGB Percentages of Color #221ebc

%13.49
%11.90
%74.60

CMYK Percentages of Color #221ebc

%82
%84
%0
%26

Triadic Colors of #221ebc

#221ebc #bc221e #1ebc22

Analogous Colors of #221ebc

#221ebc #711ebc #1e69bc

Monochromatic Colors of #221ebc

#221ebc

Complementary Color

#221ebc #b8bc1e

#221ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#221ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#221ebc Color CSS Codes

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

#221ebc Text Font Color

<p style="color:#221ebc">Text here</p>

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


#221ebc Background Color

<div style="background-color:#221ebc">
Div content here</div>

This div background color is #221ebc


#221ebc Border Color

<div style="border:3px solid #221ebc">
Div here</div>

This div border color is #221ebc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(34,30,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #221ebc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #221ebc;
  -webkit-box-shadow: 1px 1px 3px 2px #221ebc;
  box-shadow:         1px 1px 3px 2px #221ebc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(34,30,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #221ebc


Comments

No comments written yet.

Please login to write comment.