Color Hex Logo

#58deba Color Hex

#58DEBA
(88,222,186)
0 Favorites   0 Comments

Color spaces of #58deba

RGB 88222186
HSL0.460.670.61
HSV164°60°87°
CMYK 0.600.000.16   0.13
XYZ39.008757.862455.5670
Yxy57.86240.25590.3796
Hunter Lab76.0673-41.57989.9359
CIE-Lab80.6622-45.07446.8325

#58deba color RGB value is (88,222,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 11011110 10111010
Octal 130 336 272
Decimal 88 222 186
Hex 58 DE BA

RGB Percentages of Color #58deba

%17.74
%44.76
%37.50

CMYK Percentages of Color #58deba

%60
%0
%16
%13

Triadic Colors of #58deba

#58deba #ba58de #deba58

Analogous Colors of #58deba

#58deba #58bfde #58de77

Monochromatic Colors of #58deba

#58deba

Complementary Color

#58deba #de587c

#58deba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58deba Color Preview on White Background

Lorem ipsum dolor sit amet.

#58deba Color CSS Codes

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

#58deba Text Font Color

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

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


#58deba Background Color

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

This div background color is #58deba


#58deba Border Color

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

This div border color is #58deba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58deba


Comments

No comments written yet.

Please login to write comment.