Color Hex Logo

#58ffcd Color Hex

#58FFCD
(88,255,205)
0 Favorites   0 Comments

Color spaces of #58ffcd

RGB 88255205
HSL0.451.000.67
HSV162°65°100°
CMYK 0.650.000.20   0.00
XYZ50.803978.002570.1359
Yxy78.00250.25540.3921
Hunter Lab88.3190-51.879414.7399
CIE-Lab90.7810-54.484111.3796

#58ffcd color RGB value is (88,255,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 11111111 11001101
Octal 130 377 315
Decimal 88 255 205
Hex 58 FF CD

RGB Percentages of Color #58ffcd

%16.06
%46.53
%37.41

CMYK Percentages of Color #58ffcd

%65
%0
%20
%0

Triadic Colors of #58ffcd

#58ffcd #cd58ff #ffcd58

Analogous Colors of #58ffcd

#58ffcd #58deff #58ff7a

Monochromatic Colors of #58ffcd

#58ffcd

Complementary Color

#58ffcd #ff588a

#58ffcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58ffcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#58ffcd Color CSS Codes

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

#58ffcd Text Font Color

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

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


#58ffcd Background Color

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

This div background color is #58ffcd


#58ffcd Border Color

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

This div border color is #58ffcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58ffcd


Comments

No comments written yet.

Please login to write comment.