Color Hex Logo

#5cebac Color Hex

#5CEBAC
(92,235,172)
0 Favorites   0 Comments

Color spaces of #5cebac

RGB 92235172
HSL0.430.780.64
HSV154°61°92°
CMYK 0.610.000.27   0.08
XYZ41.568464.670549.3215
Yxy64.67050.26720.4157
Hunter Lab80.4180-48.464019.9292
CIE-Lab84.3137-52.857419.3555

#5cebac color RGB value is (92,235,172).

#5cebac hex color red value is 92, green value is 235 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #5cebac hue: 0.43 , saturation: 0.78 and the lightness value of 5cebac is 0.64.

The process color (four color CMYK) of #5cebac color hex is 0.61, 0.00, 0.27, 0.08. Web safe color of #5cebac is #66ff99. Color #5cebac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011100 11101011 10101100
Octal 134 353 254
Decimal 92 235 172
Hex 5C EB AC

RGB Percentages of Color #5cebac

%18.44
%47.09
%34.47

CMYK Percentages of Color #5cebac

%61
%0
%27
%8

Triadic Colors of #5cebac

#5cebac #ac5ceb #ebac5c

Analogous Colors of #5cebac

#5cebac #5ce3eb #5ceb65

Monochromatic Colors of #5cebac

#5cebac

Complementary Color

#5cebac #eb5c9b

#5cebac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5cebac Color Preview on White Background

Lorem ipsum dolor sit amet.

#5cebac Color CSS Codes

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

#5cebac Text Font Color

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

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


#5cebac Background Color

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

This div background color is #5cebac


#5cebac Border Color

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

This div border color is #5cebac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5cebac


Comments

No comments written yet.

Please login to write comment.