Color Hex Logo

#58debc Color Hex

#58DEBC
(88,222,188)
0 Favorites   0 Comments

Color spaces of #58debc

RGB 88222188
HSL0.460.670.61
HSV165°60°87°
CMYK 0.600.000.15   0.13
XYZ39.222957.948156.6948
Yxy57.94810.25490.3766
Hunter Lab76.1236-41.24389.1290
CIE-Lab80.7099-44.60115.8406

#58debc color RGB value is (88,222,188).

#58debc hex color red value is 88, green value is 222 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #58debc hue: 0.46 , saturation: 0.67 and the lightness value of 58debc is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 11011110 10111100
Octal 130 336 274
Decimal 88 222 188
Hex 58 DE BC

RGB Percentages of Color #58debc

%17.67
%44.58
%37.75

CMYK Percentages of Color #58debc

%60
%0
%15
%13

Triadic Colors of #58debc

#58debc #bc58de #debc58

Analogous Colors of #58debc

#58debc #58bdde #58de79

Monochromatic Colors of #58debc

#58debc

Complementary Color

#58debc #de587a

#58debc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58debc Color Preview on White Background

Lorem ipsum dolor sit amet.

#58debc Color CSS Codes

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

#58debc Text Font Color

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

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


#58debc Background Color

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

This div background color is #58debc


#58debc Border Color

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

This div border color is #58debc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58debc


Comments

No comments written yet.

Please login to write comment.