Color Hex Logo

#58ddcf Color Hex

#58DDCF
(88,221,207)
0 Favorites   0 Comments

Color spaces of #58ddcf

RGB 88221207
HSL0.480.660.61
HSV174°60°87°
CMYK 0.600.000.06   0.13
XYZ41.143458.292668.1146
Yxy58.29260.24560.3479
Hunter Lab76.3496-37.42140.5497
CIE-Lab80.9012-39.4464-3.9791

#58ddcf color RGB value is (88,221,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 11011101 11001111
Octal 130 335 317
Decimal 88 221 207
Hex 58 DD CF

RGB Percentages of Color #58ddcf

%17.05
%42.83
%40.12

CMYK Percentages of Color #58ddcf

%60
%0
%6
%13

Triadic Colors of #58ddcf

#58ddcf #cf58dd #ddcf58

Analogous Colors of #58ddcf

#58ddcf #58a9dd #58dd8d

Monochromatic Colors of #58ddcf

#58ddcf

Complementary Color

#58ddcf #dd5866

#58ddcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58ddcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#58ddcf Color CSS Codes

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

#58ddcf Text Font Color

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

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


#58ddcf Background Color

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

This div background color is #58ddcf


#58ddcf Border Color

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

This div border color is #58ddcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58ddcf


Comments

No comments written yet.

Please login to write comment.