Color Hex Logo

#215d65 Color Hex

#215D65
(33,93,101)
0 Favorites   0 Comments

Color spaces of #215d65

RGB 3393101
HSL0.520.510.26
HSV187°67°40°
CMYK 0.670.080.00   0.60
XYZ6.89059.091613.7036
Yxy9.09160.23210.3063
Hunter Lab30.1523-11.9751-5.8395
CIE-Lab36.1601-16.3432-10.2967

#215d65 color RGB value is (33,93,101).

#215d65 hex color red value is 33, green value is 93 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #215d65 hue: 0.52 , saturation: 0.51 and the lightness value of 215d65 is 0.26.

The process color (four color CMYK) of #215d65 color hex is 0.67, 0.08, 0.00, 0.60. Web safe color of #215d65 is #336666. Color #215d65 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 01011101 01100101
Octal 41 135 145
Decimal 33 93 101
Hex 21 5D 65

RGB Percentages of Color #215d65

%14.54
%40.97
%44.49

CMYK Percentages of Color #215d65

%67
%8
%0
%60

Triadic Colors of #215d65

#215d65 #65215d #5d6521

Analogous Colors of #215d65

#215d65 #213b65 #21654b

Monochromatic Colors of #215d65

#215d65

Complementary Color

#215d65 #652921

#215d65 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#215d65 Color Preview on White Background

Lorem ipsum dolor sit amet.

#215d65 Color CSS Codes

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

#215d65 Text Font Color

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

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


#215d65 Background Color

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

This div background color is #215d65


#215d65 Border Color

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

This div border color is #215d65


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(33,93,101, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #215d65; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #215d65;
  -webkit-box-shadow: 1px 1px 3px 2px #215d65;
  box-shadow:         1px 1px 3px 2px #215d65; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #215d65


Comments

No comments written yet.

Please login to write comment.