Color Hex Logo

#215255 Color Hex

#215255
(33,82,85)
0 Favorites   0 Comments

Color spaces of #215255

RGB 338285
HSL0.510.440.23
HSV183°61°33°
CMYK 0.610.040.00   0.67
XYZ5.28427.01389.6696
Yxy7.01380.24050.3193
Hunter Lab26.4836-10.7306-3.1093
CIE-Lab31.8383-15.3680-6.7506

#215255 color RGB value is (33,82,85).

#215255 hex color red value is 33, green value is 82 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #215255 hue: 0.51 , saturation: 0.44 and the lightness value of 215255 is 0.23.

The process color (four color CMYK) of #215255 color hex is 0.61, 0.04, 0.00, 0.67. Web safe color of #215255 is #336666. Color #215255 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 01010010 01010101
Octal 41 122 125
Decimal 33 82 85
Hex 21 52 55

RGB Percentages of Color #215255

%16.50
%41.00
%42.50

CMYK Percentages of Color #215255

%61
%4
%0
%67

Triadic Colors of #215255

#215255 #552152 #525521

Analogous Colors of #215255

#215255 #213855 #21553e

Monochromatic Colors of #215255

#215255

Complementary Color

#215255 #552421

#215255 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#215255 Color Preview on White Background

Lorem ipsum dolor sit amet.

#215255 Color CSS Codes

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

#215255 Text Font Color

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

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


#215255 Background Color

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

This div background color is #215255


#215255 Border Color

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

This div border color is #215255


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #215255


Comments

No comments written yet.

Please login to write comment.