Color Hex Logo

#58dada Color Hex

#58DADA
(88,218,218)
0 Favorites   0 Comments

Color spaces of #58dada

RGB 88218218
HSL0.500.640.60
HSV180°60°85°
CMYK 0.600.000.00   0.15
XYZ41.750857.279575.1852
Yxy57.27950.23970.3288
Hunter Lab75.6832-33.9758-5.9216
CIE-Lab80.3365-35.1604-10.6775

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 11011010 11011010
Octal 130 332 332
Decimal 88 218 218
Hex 58 DA DA

RGB Percentages of Color #58dada

%16.79
%41.60
%41.60

CMYK Percentages of Color #58dada

%60
%0
%0
%15

Triadic Colors of #58dada

#58dada #da58da #dada58

Analogous Colors of #58dada

#58dada #5899da #58da99

Monochromatic Colors of #58dada

#58dada

Complementary Color

#58dada #da5858

#58dada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58dada Color Preview on White Background

Lorem ipsum dolor sit amet.

#58dada Color CSS Codes

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

#58dada Text Font Color

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

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


#58dada Background Color

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

This div background color is #58dada


#58dada Border Color

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

This div border color is #58dada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58dada


Comments

No comments written yet.

Please login to write comment.