Color Hex Logo

#58deec Color Hex

#58DEEC
(88,222,236)
0 Favorites   0 Comments

Color spaces of #58deec

RGB 88222236
HSL0.520.800.64
HSV186°63°93°
CMYK 0.630.060.00   0.07
XYZ45.286160.373488.6233
Yxy60.37340.23310.3108
Hunter Lab77.7003-31.9404-13.2347
CIE-Lab82.0407-32.0673-17.6994

#58deec color RGB value is (88,222,236).

#58deec hex color red value is 88, green value is 222 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #58deec hue: 0.52 , saturation: 0.80 and the lightness value of 58deec is 0.64.

The process color (four color CMYK) of #58deec color hex is 0.63, 0.06, 0.00, 0.07. Web safe color of #58deec is #66ccff. Color #58deec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 11011110 11101100
Octal 130 336 354
Decimal 88 222 236
Hex 58 DE EC

RGB Percentages of Color #58deec

%16.12
%40.66
%43.22

CMYK Percentages of Color #58deec

%63
%6
%0
%7

Triadic Colors of #58deec

#58deec #ec58de #deec58

Analogous Colors of #58deec

#58deec #5894ec #58ecb0

Monochromatic Colors of #58deec

#58deec

Complementary Color

#58deec #ec6658

#58deec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58deec Color Preview on White Background

Lorem ipsum dolor sit amet.

#58deec Color CSS Codes

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

#58deec Text Font Color

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

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


#58deec Background Color

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

This div background color is #58deec


#58deec Border Color

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

This div border color is #58deec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58deec


Comments

No comments written yet.

Please login to write comment.