Color Hex Logo

#58caad Color Hex

#58CAAD
(88,202,173)
0 Favorites   0 Comments

Color spaces of #58caad

RGB 88202173
HSL0.460.520.57
HSV165°56°79°
CMYK 0.560.000.14   0.21
XYZ32.687947.332946.9485
Yxy47.33290.25740.3728
Hunter Lab68.7989-35.58887.6996
CIE-Lab74.4022-39.35444.7707

#58caad color RGB value is (88,202,173).

#58caad hex color red value is 88, green value is 202 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #58caad hue: 0.46 , saturation: 0.52 and the lightness value of 58caad is 0.57.

The process color (four color CMYK) of #58caad color hex is 0.56, 0.00, 0.14, 0.21. Web safe color of #58caad is #66cc99. Color #58caad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 11001010 10101101
Octal 130 312 255
Decimal 88 202 173
Hex 58 CA AD

RGB Percentages of Color #58caad

%19.01
%43.63
%37.37

CMYK Percentages of Color #58caad

%56
%0
%14
%21

Triadic Colors of #58caad

#58caad #ad58ca #caad58

Analogous Colors of #58caad

#58caad #58aeca #58ca74

Monochromatic Colors of #58caad

#58caad

Complementary Color

#58caad #ca5875

#58caad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58caad Color Preview on White Background

Lorem ipsum dolor sit amet.

#58caad Color CSS Codes

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

#58caad Text Font Color

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

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


#58caad Background Color

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

This div background color is #58caad


#58caad Border Color

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

This div border color is #58caad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58caad


Comments

No comments written yet.

Please login to write comment.