Color Hex Logo

#58ffdc Color Hex

#58FFDC
(88,255,220)
0 Favorites   0 Comments

Color spaces of #58ffdc

RGB 88255220
HSL0.471.000.67
HSV167°65°100°
CMYK 0.650.000.14   0.00
XYZ52.702878.762080.1350
Yxy78.76200.24910.3722
Hunter Lab88.7480-49.30718.5876
CIE-Lab91.1265-50.97934.1287

#58ffdc color RGB value is (88,255,220).

#58ffdc hex color red value is 88, green value is 255 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #58ffdc hue: 0.47 , saturation: 1.00 and the lightness value of 58ffdc is 0.67.

The process color (four color CMYK) of #58ffdc color hex is 0.65, 0.00, 0.14, 0.00. Web safe color of #58ffdc is #66ffcc. Color #58ffdc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 11111111 11011100
Octal 130 377 334
Decimal 88 255 220
Hex 58 FF DC

RGB Percentages of Color #58ffdc

%15.63
%45.29
%39.08

CMYK Percentages of Color #58ffdc

%65
%0
%14
%0

Triadic Colors of #58ffdc

#58ffdc #dc58ff #ffdc58

Analogous Colors of #58ffdc

#58ffdc #58cfff #58ff89

Monochromatic Colors of #58ffdc

#58ffdc

Complementary Color

#58ffdc #ff587b

#58ffdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58ffdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#58ffdc Color CSS Codes

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

#58ffdc Text Font Color

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

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


#58ffdc Background Color

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

This div background color is #58ffdc


#58ffdc Border Color

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

This div border color is #58ffdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58ffdc


Comments

No comments written yet.

Please login to write comment.