Color Hex Logo

#58faef Color Hex

#58FAEF
(88,250,239)
0 Favorites   0 Comments

Color spaces of #58faef

RGB 88250239
HSL0.490.940.66
HSV176°65°98°
CMYK 0.650.000.04   0.02
XYZ53.790176.677993.6266
Yxy76.67790.24000.3422
Hunter Lab87.5659-43.5912-2.0975
CIE-Lab90.1732-44.0644-7.1279

#58faef color RGB value is (88,250,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 11111010 11101111
Octal 130 372 357
Decimal 88 250 239
Hex 58 FA EF

RGB Percentages of Color #58faef

%15.25
%43.33
%41.42

CMYK Percentages of Color #58faef

%65
%0
%4
%2

Triadic Colors of #58faef

#58faef #ef58fa #faef58

Analogous Colors of #58faef

#58faef #58b4fa #58fa9e

Monochromatic Colors of #58faef

#58faef

Complementary Color

#58faef #fa5863

#58faef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58faef Color Preview on White Background

Lorem ipsum dolor sit amet.

#58faef Color CSS Codes

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

#58faef Text Font Color

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

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


#58faef Background Color

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

This div background color is #58faef


#58faef Border Color

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

This div border color is #58faef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58faef

Related Colors


Comments

No comments written yet.

Please login to write comment.