Color Hex Logo

#5cf89d Color Hex

#5CF89D
(92,248,157)
0 Favorites   0 Comments

Color spaces of #5cf89d

RGB 92248157
HSL0.400.920.67
HSV145°63°97°
CMYK 0.630.000.37   0.03
XYZ44.066871.844443.4431
Yxy71.84440.27650.4508
Hunter Lab84.7611-55.530828.9445
CIE-Lab87.8936-60.832231.8900

#5cf89d color RGB value is (92,248,157).

#5cf89d hex color red value is 92, green value is 248 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #5cf89d hue: 0.40 , saturation: 0.92 and the lightness value of 5cf89d is 0.67.

The process color (four color CMYK) of #5cf89d color hex is 0.63, 0.00, 0.37, 0.03. Web safe color of #5cf89d is #66ff99. Color #5cf89d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011100 11111000 10011101
Octal 134 370 235
Decimal 92 248 157
Hex 5C F8 9D

RGB Percentages of Color #5cf89d

%18.51
%49.90
%31.59

CMYK Percentages of Color #5cf89d

%63
%0
%37
%3

Triadic Colors of #5cf89d

#5cf89d #9d5cf8 #f89d5c

Analogous Colors of #5cf89d

#5cf89d #5cf8eb #69f85c

Monochromatic Colors of #5cf89d

#5cf89d

Complementary Color

#5cf89d #f85cb7

#5cf89d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5cf89d Color Preview on White Background

Lorem ipsum dolor sit amet.

#5cf89d Color CSS Codes

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

#5cf89d Text Font Color

<p style="color:#5cf89d">Text here</p>

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


#5cf89d Background Color

<div style="background-color:#5cf89d">
Div content here</div>

This div background color is #5cf89d


#5cf89d Border Color

<div style="border:3px solid #5cf89d">
Div here</div>

This div border color is #5cf89d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(92,248,157, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5cf89d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5cf89d;
  -webkit-box-shadow: 1px 1px 3px 2px #5cf89d;
  box-shadow:         1px 1px 3px 2px #5cf89d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(92,248,157, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5cf89d


Comments

No comments written yet.

Please login to write comment.