Color Hex Logo

#5cedbc Color Hex

#5CEDBC
(92,237,188)
0 Favorites   0 Comments

Color spaces of #5cedbc

RGB 92237188
HSL0.440.800.65
HSV160°61°93°
CMYK 0.610.000.21   0.07
XYZ43.774966.474558.1006
Yxy66.47450.26000.3949
Hunter Lab81.5319-46.843214.8216
CIE-Lab85.2379-50.241312.3284

#5cedbc color RGB value is (92,237,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011100 11101101 10111100
Octal 134 355 274
Decimal 92 237 188
Hex 5C ED BC

RGB Percentages of Color #5cedbc

%17.79
%45.84
%36.36

CMYK Percentages of Color #5cedbc

%61
%0
%21
%7

Triadic Colors of #5cedbc

#5cedbc #bc5ced #edbc5c

Analogous Colors of #5cedbc

#5cedbc #5cd6ed #5ced74

Monochromatic Colors of #5cedbc

#5cedbc

Complementary Color

#5cedbc #ed5c8d

#5cedbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5cedbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5cedbc Color CSS Codes

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

#5cedbc Text Font Color

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

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


#5cedbc Background Color

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

This div background color is #5cedbc


#5cedbc Border Color

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

This div border color is #5cedbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5cedbc


Comments

No comments written yet.

Please login to write comment.