Color Hex Logo

#219cee Color Hex

#219CEE
(33,156,238)
0 Favorites   0 Comments

Color spaces of #219cee

RGB 33156238
HSL0.570.860.53
HSV204°86°93°
CMYK 0.860.340.00   0.07
XYZ27.948330.273385.2592
Yxy30.27330.19480.2110
Hunter Lab55.0212-5.6170-53.3592
CIE-Lab61.8893-3.2421-50.0498

#219cee color RGB value is (33,156,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100001 10011100 11101110
Octal 41 234 356
Decimal 33 156 238
Hex 21 9C EE

RGB Percentages of Color #219cee

%7.73
%36.53
%55.74

CMYK Percentages of Color #219cee

%86
%34
%0
%7

Triadic Colors of #219cee

#219cee #ee219c #9cee21

Analogous Colors of #219cee

#219cee #2135ee #21eeda

Monochromatic Colors of #219cee

#219cee

Complementary Color

#219cee #ee7321

#219cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#219cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#219cee Color CSS Codes

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

#219cee Text Font Color

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

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


#219cee Background Color

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

This div background color is #219cee


#219cee Border Color

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

This div border color is #219cee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #219cee


Comments

No comments written yet.

Please login to write comment.