Color Hex Logo

#58faec Color Hex

#58FAEC
(88,250,236)
0 Favorites   0 Comments

Color spaces of #58faec

RGB 88250236
HSL0.490.940.66
HSV175°65°98°
CMYK 0.650.000.06   0.02
XYZ53.350476.502191.3114
Yxy76.50210.24120.3459
Hunter Lab87.4655-44.1868-0.6712
CIE-Lab90.0920-44.8444-5.6872

#58faec color RGB value is (88,250,236).

#58faec hex color red value is 88, green value is 250 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #58faec hue: 0.49 , saturation: 0.94 and the lightness value of 58faec is 0.66.

The process color (four color CMYK) of #58faec color hex is 0.65, 0.00, 0.06, 0.02. Web safe color of #58faec is #66ffff. Color #58faec contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 11111010 11101100
Octal 130 372 354
Decimal 88 250 236
Hex 58 FA EC

RGB Percentages of Color #58faec

%15.33
%43.55
%41.11

CMYK Percentages of Color #58faec

%65
%0
%6
%2

Triadic Colors of #58faec

#58faec #ec58fa #faec58

Analogous Colors of #58faec

#58faec #58b7fa #58fa9b

Monochromatic Colors of #58faec

#58faec

Complementary Color

#58faec #fa5866

#58faec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58faec Color Preview on White Background

Lorem ipsum dolor sit amet.

#58faec Color CSS Codes

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

#58faec Text Font Color

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

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


#58faec Background Color

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

This div background color is #58faec


#58faec Border Color

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

This div border color is #58faec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(88,250,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 #58faec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58faec


Comments

No comments written yet.

Please login to write comment.