Color Hex Logo

#219599 Color Hex

#219599
(33,149,153)
0 Favorites   0 Comments

Color spaces of #219599

RGB 33149153
HSL0.510.650.36
HSV182°78°60°
CMYK 0.780.030.00   0.40
XYZ17.124424.118133.8897
Yxy24.11810.22790.3210
Hunter Lab49.1102-23.7010-6.5374
CIE-Lab56.2058-28.8336-11.0467

#219599 color RGB value is (33,149,153).

#219599 hex color red value is 33, green value is 149 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #219599 hue: 0.51 , saturation: 0.65 and the lightness value of 219599 is 0.36.

The process color (four color CMYK) of #219599 color hex is 0.78, 0.03, 0.00, 0.40. Web safe color of #219599 is #339999. Color #219599 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 10010101 10011001
Octal 41 225 231
Decimal 33 149 153
Hex 21 95 99

RGB Percentages of Color #219599

%9.85
%44.48
%45.67

CMYK Percentages of Color #219599

%78
%3
%0
%40

Triadic Colors of #219599

#219599 #992195 #959921

Analogous Colors of #219599

#219599 #215999 #219961

Monochromatic Colors of #219599

#219599

Complementary Color

#219599 #992521

#219599 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#219599 Color Preview on White Background

Lorem ipsum dolor sit amet.

#219599 Color CSS Codes

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

#219599 Text Font Color

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

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


#219599 Background Color

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

This div background color is #219599


#219599 Border Color

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

This div border color is #219599


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(33,149,153, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #219599; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #219599;
  -webkit-box-shadow: 1px 1px 3px 2px #219599;
  box-shadow:         1px 1px 3px 2px #219599; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #219599


Comments

No comments written yet.

Please login to write comment.