Color Hex Logo

#216358 Color Hex

#216358
(33,99,88)
0 Favorites   0 Comments

Color spaces of #216358

RGB 339988
HSL0.470.500.26
HSV170°67°39°
CMYK 0.670.000.11   0.61
XYZ6.85059.951610.7923
Yxy9.95160.24830.3606
Hunter Lab31.5462-16.44311.7985
CIE-Lab37.7554-23.62400.1236

#216358 color RGB value is (33,99,88).

#216358 hex color red value is 33, green value is 99 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #216358 hue: 0.47 , saturation: 0.50 and the lightness value of 216358 is 0.26.

The process color (four color CMYK) of #216358 color hex is 0.67, 0.00, 0.11, 0.61. Web safe color of #216358 is #336666. Color #216358 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 01100011 01011000
Octal 41 143 130
Decimal 33 99 88
Hex 21 63 58

RGB Percentages of Color #216358

%15.00
%45.00
%40.00

CMYK Percentages of Color #216358

%67
%0
%11
%61

Triadic Colors of #216358

#216358 #582163 #635821

Analogous Colors of #216358

#216358 #214d63 #216337

Monochromatic Colors of #216358

#216358

Complementary Color

#216358 #63212c

#216358 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#216358 Color Preview on White Background

Lorem ipsum dolor sit amet.

#216358 Color CSS Codes

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

#216358 Text Font Color

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

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


#216358 Background Color

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

This div background color is #216358


#216358 Border Color

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

This div border color is #216358


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #216358


Comments

No comments written yet.

Please login to write comment.