Color Hex Logo

#58deda Color Hex

#58DEDA
(88,222,218)
0 Favorites   0 Comments

Color spaces of #58deda

RGB 88222218
HSL0.500.670.61
HSV178°60°87°
CMYK 0.600.000.02   0.13
XYZ42.800759.379275.5352
Yxy59.37920.24080.3341
Hunter Lab77.0579-35.7061-4.1779
CIE-Lab81.4996-37.0139-8.9461

#58deda color RGB value is (88,222,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 11011110 11011010
Octal 130 336 332
Decimal 88 222 218
Hex 58 DE DA

RGB Percentages of Color #58deda

%16.67
%42.05
%41.29

CMYK Percentages of Color #58deda

%60
%0
%2
%13

Triadic Colors of #58deda

#58deda #da58de #deda58

Analogous Colors of #58deda

#58deda #589fde #58de97

Monochromatic Colors of #58deda

#58deda

Complementary Color

#58deda #de585c

#58deda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58deda Color Preview on White Background

Lorem ipsum dolor sit amet.

#58deda Color CSS Codes

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

#58deda Text Font Color

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

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


#58deda Background Color

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

This div background color is #58deda


#58deda Border Color

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

This div border color is #58deda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58deda


Comments

No comments written yet.

Please login to write comment.