Color Hex Logo

#219cdd Color Hex

#219CDD
(33,156,221)
0 Favorites   0 Comments

Color spaces of #219cdd

RGB 33156221
HSL0.560.740.50
HSV201°85°87°
CMYK 0.850.290.00   0.13
XYZ25.566829.320772.7186
Yxy29.32070.20040.2298
Hunter Lab54.1486-10.4795-41.7192
CIE-Lab61.0636-9.4086-41.9520

#219cdd color RGB value is (33,156,221).

#219cdd hex color red value is 33, green value is 156 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #219cdd hue: 0.56 , saturation: 0.74 and the lightness value of 219cdd is 0.50.

The process color (four color CMYK) of #219cdd color hex is 0.85, 0.29, 0.00, 0.13. Web safe color of #219cdd is #3399cc. Color #219cdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 10011100 11011101
Octal 41 234 335
Decimal 33 156 221
Hex 21 9C DD

RGB Percentages of Color #219cdd

%8.05
%38.05
%53.90

CMYK Percentages of Color #219cdd

%85
%29
%0
%13

Triadic Colors of #219cdd

#219cdd #dd219c #9cdd21

Analogous Colors of #219cdd

#219cdd #213edd #21ddc0

Monochromatic Colors of #219cdd

#219cdd

Complementary Color

#219cdd #dd6221

#219cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#219cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#219cdd Color CSS Codes

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

#219cdd Text Font Color

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

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


#219cdd Background Color

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

This div background color is #219cdd


#219cdd Border Color

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

This div border color is #219cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #219cdd


Comments

No comments written yet.

Please login to write comment.