Color Hex Logo

#5cebaa Color Hex

#5CEBAA
(92,235,170)
0 Favorites   0 Comments

Color spaces of #5cebaa

RGB 92235170
HSL0.420.780.64
HSV153°61°92°
CMYK 0.610.000.28   0.08
XYZ41.377764.594348.3173
Yxy64.59430.26820.4187
Hunter Lab80.3706-48.750220.6154
CIE-Lab84.2742-53.268820.3371

#5cebaa color RGB value is (92,235,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011100 11101011 10101010
Octal 134 353 252
Decimal 92 235 170
Hex 5C EB AA

RGB Percentages of Color #5cebaa

%18.51
%47.28
%34.21

CMYK Percentages of Color #5cebaa

%61
%0
%28
%8

Triadic Colors of #5cebaa

#5cebaa #aa5ceb #ebaa5c

Analogous Colors of #5cebaa

#5cebaa #5ce5eb #5ceb63

Monochromatic Colors of #5cebaa

#5cebaa

Complementary Color

#5cebaa #eb5c9d

#5cebaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5cebaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5cebaa Color CSS Codes

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

#5cebaa Text Font Color

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

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


#5cebaa Background Color

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

This div background color is #5cebaa


#5cebaa Border Color

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

This div border color is #5cebaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5cebaa


Comments

No comments written yet.

Please login to write comment.