Color Hex Logo

#218073 Color Hex

#218073
(33,128,115)
0 Favorites   0 Comments

Color spaces of #218073

RGB 33128115
HSL0.480.590.32
HSV172°74°50°
CMYK 0.740.000.10   0.50
XYZ11.440916.999518.8979
Yxy16.99950.24170.3591
Hunter Lab41.2304-22.62191.6859
CIE-Lab48.2594-30.1051-0.7695

#218073 color RGB value is (33,128,115).

#218073 hex color red value is 33, green value is 128 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #218073 hue: 0.48 , saturation: 0.59 and the lightness value of 218073 is 0.32.

The process color (four color CMYK) of #218073 color hex is 0.74, 0.00, 0.10, 0.50. Web safe color of #218073 is #339966. Color #218073 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 10000000 01110011
Octal 41 200 163
Decimal 33 128 115
Hex 21 80 73

RGB Percentages of Color #218073

%11.96
%46.38
%41.67

CMYK Percentages of Color #218073

%74
%0
%10
%50

Triadic Colors of #218073

#218073 #732180 #807321

Analogous Colors of #218073

#218073 #215d80 #218044

Monochromatic Colors of #218073

#218073

Complementary Color

#218073 #80212e

#218073 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#218073 Color Preview on White Background

Lorem ipsum dolor sit amet.

#218073 Color CSS Codes

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

#218073 Text Font Color

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

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


#218073 Background Color

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

This div background color is #218073


#218073 Border Color

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

This div border color is #218073


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #218073


Comments

No comments written yet.

Please login to write comment.