Color Hex Logo

#58dfda Color Hex

#58DFDA
(88,223,218)
0 Favorites   0 Comments

Color spaces of #58dfda

RGB 88223218
HSL0.490.680.61
HSV178°61°87°
CMYK 0.610.000.02   0.13
XYZ43.067159.912075.6240
Yxy59.91200.24110.3354
Hunter Lab77.4028-36.1372-3.7454
CIE-Lab81.7903-37.4736-8.5142

#58dfda color RGB value is (88,223,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 11011111 11011010
Octal 130 337 332
Decimal 88 223 218
Hex 58 DF DA

RGB Percentages of Color #58dfda

%16.64
%42.16
%41.21

CMYK Percentages of Color #58dfda

%61
%0
%2
%13

Triadic Colors of #58dfda

#58dfda #da58df #dfda58

Analogous Colors of #58dfda

#58dfda #58a1df #58df97

Monochromatic Colors of #58dfda

#58dfda

Complementary Color

#58dfda #df585d

#58dfda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58dfda Color Preview on White Background

Lorem ipsum dolor sit amet.

#58dfda Color CSS Codes

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

#58dfda Text Font Color

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

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


#58dfda Background Color

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

This div background color is #58dfda


#58dfda Border Color

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

This div border color is #58dfda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58dfda


Comments

No comments written yet.

Please login to write comment.