Color Hex Logo

#219cec Color Hex

#219CEC
(33,156,236)
0 Favorites   0 Comments

Color spaces of #219cec

RGB 33156236
HSL0.570.840.53
HSV204°86°93°
CMYK 0.860.340.00   0.07
XYZ27.656030.156483.7200
Yxy30.15640.19540.2131
Hunter Lab54.9148-6.2055-51.9497
CIE-Lab61.7889-3.9726-49.1068

#219cec color RGB value is (33,156,236).

#219cec hex color red value is 33, green value is 156 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #219cec hue: 0.57 , saturation: 0.84 and the lightness value of 219cec is 0.53.

The process color (four color CMYK) of #219cec color hex is 0.86, 0.34, 0.00, 0.07. Web safe color of #219cec is #3399ff. Color #219cec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 10011100 11101100
Octal 41 234 354
Decimal 33 156 236
Hex 21 9C EC

RGB Percentages of Color #219cec

%7.76
%36.71
%55.53

CMYK Percentages of Color #219cec

%86
%34
%0
%7

Triadic Colors of #219cec

#219cec #ec219c #9cec21

Analogous Colors of #219cec

#219cec #2137ec #21ecd7

Monochromatic Colors of #219cec

#219cec

Complementary Color

#219cec #ec7121

#219cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#219cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#219cec Color CSS Codes

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

#219cec Text Font Color

<p style="color:#219cec">Text here</p>

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


#219cec Background Color

<div style="background-color:#219cec">
Div content here</div>

This div background color is #219cec


#219cec Border Color

<div style="border:3px solid #219cec">
Div here</div>

This div border color is #219cec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(33,156,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #219cec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #219cec;
  -webkit-box-shadow: 1px 1px 3px 2px #219cec;
  box-shadow:         1px 1px 3px 2px #219cec; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #219cec


Comments

No comments written yet.

Please login to write comment.