Color Hex Logo

#5cefbd Color Hex

#5CEFBD
(92,239,189)
0 Favorites   0 Comments

Color spaces of #5cefbd

RGB 92239189
HSL0.440.820.65
HSV160°62°94°
CMYK 0.620.000.21   0.06
XYZ44.465467.682458.8646
Yxy67.68240.26000.3958
Hunter Lab82.2693-47.494615.1659
CIE-Lab85.8474-50.848912.6713

#5cefbd color RGB value is (92,239,189).

#5cefbd hex color red value is 92, green value is 239 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #5cefbd hue: 0.44 , saturation: 0.82 and the lightness value of 5cefbd is 0.65.

The process color (four color CMYK) of #5cefbd color hex is 0.62, 0.00, 0.21, 0.06. Web safe color of #5cefbd is #66ffcc. Color #5cefbd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011100 11101111 10111101
Octal 134 357 275
Decimal 92 239 189
Hex 5C EF BD

RGB Percentages of Color #5cefbd

%17.69
%45.96
%36.35

CMYK Percentages of Color #5cefbd

%62
%0
%21
%6

Triadic Colors of #5cefbd

#5cefbd #bd5cef #efbd5c

Analogous Colors of #5cefbd

#5cefbd #5cd8ef #5cef74

Monochromatic Colors of #5cefbd

#5cefbd

Complementary Color

#5cefbd #ef5c8e

#5cefbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5cefbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5cefbd Color CSS Codes

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

#5cefbd Text Font Color

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

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


#5cefbd Background Color

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

This div background color is #5cefbd


#5cefbd Border Color

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

This div border color is #5cefbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5cefbd


Comments

No comments written yet.

Please login to write comment.