Color Hex Logo

#58deae Color Hex

#58DEAE
(88,222,174)
0 Favorites   0 Comments

Color spaces of #58deae

RGB 88222174
HSL0.440.670.61
HSV159°60°87°
CMYK 0.600.000.22   0.13
XYZ37.785857.373349.1270
Yxy57.37330.26190.3976
Hunter Lab75.7452-43.508514.5671
CIE-Lab80.3891-47.821312.7912

#58deae color RGB value is (88,222,174).

#58deae hex color red value is 88, green value is 222 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #58deae hue: 0.44 , saturation: 0.67 and the lightness value of 58deae is 0.61.

The process color (four color CMYK) of #58deae color hex is 0.60, 0.00, 0.22, 0.13. Web safe color of #58deae is #66cc99. Color #58deae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 11011110 10101110
Octal 130 336 256
Decimal 88 222 174
Hex 58 DE AE

RGB Percentages of Color #58deae

%18.18
%45.87
%35.95

CMYK Percentages of Color #58deae

%60
%0
%22
%13

Triadic Colors of #58deae

#58deae #ae58de #deae58

Analogous Colors of #58deae

#58deae #58cbde #58de6b

Monochromatic Colors of #58deae

#58deae

Complementary Color

#58deae #de5888

#58deae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58deae Color Preview on White Background

Lorem ipsum dolor sit amet.

#58deae Color CSS Codes

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

#58deae Text Font Color

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

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


#58deae Background Color

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

This div background color is #58deae


#58deae Border Color

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

This div border color is #58deae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(88,222,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #58deae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #58deae;
  -webkit-box-shadow: 1px 1px 3px 2px #58deae;
  box-shadow:         1px 1px 3px 2px #58deae; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58deae


Comments

No comments written yet.

Please login to write comment.