Color Hex Logo

#58ddda Color Hex

#58DDDA
(88,221,218)
0 Favorites   0 Comments

Color spaces of #58ddda

RGB 88221218
HSL0.500.660.61
HSV179°60°87°
CMYK 0.600.000.01   0.13
XYZ42.535858.849675.4469
Yxy58.84960.24050.3328
Hunter Lab76.7135-35.2746-4.6116
CIE-Lab81.2089-36.5530-9.3784

#58ddda color RGB value is (88,221,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 11011101 11011010
Octal 130 335 332
Decimal 88 221 218
Hex 58 DD DA

RGB Percentages of Color #58ddda

%16.70
%41.94
%41.37

CMYK Percentages of Color #58ddda

%60
%0
%1
%13

Triadic Colors of #58ddda

#58ddda #da58dd #ddda58

Analogous Colors of #58ddda

#58ddda #589edd #58dd98

Monochromatic Colors of #58ddda

#58ddda

Complementary Color

#58ddda #dd585b

#58ddda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58ddda Color Preview on White Background

Lorem ipsum dolor sit amet.

#58ddda Color CSS Codes

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

#58ddda Text Font Color

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

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


#58ddda Background Color

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

This div background color is #58ddda


#58ddda Border Color

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

This div border color is #58ddda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(88,221,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 #58ddda">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58ddda


Comments

No comments written yet.

Please login to write comment.