Color Hex Logo

#5eceb4 Color Hex

#5ECEB4
(94,206,180)
0 Favorites   0 Comments

Color spaces of #5eceb4

RGB 94206180
HSL0.460.530.59
HSV166°54°81°
CMYK 0.540.000.13   0.19
XYZ34.925649.817650.9550
Yxy49.81760.25740.3671
Hunter Lab70.5816-35.19136.6038
CIE-Lab75.9572-38.23893.2704

#5eceb4 color RGB value is (94,206,180).

#5eceb4 hex color red value is 94, green value is 206 and the blue value of its RGB is 180. Cylindrical-coordinate representations (also known as HSL) of color #5eceb4 hue: 0.46 , saturation: 0.53 and the lightness value of 5eceb4 is 0.59.

The process color (four color CMYK) of #5eceb4 color hex is 0.54, 0.00, 0.13, 0.19. Web safe color of #5eceb4 is #66cccc. Color #5eceb4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 11001110 10110100
Octal 136 316 264
Decimal 94 206 180
Hex 5E CE B4

RGB Percentages of Color #5eceb4

%19.58
%42.92
%37.50

CMYK Percentages of Color #5eceb4

%54
%0
%13
%19

Triadic Colors of #5eceb4

#5eceb4 #b45ece #ceb45e

Analogous Colors of #5eceb4

#5eceb4 #5eb0ce #5ece7c

Monochromatic Colors of #5eceb4

#5eceb4

Complementary Color

#5eceb4 #ce5e78

#5eceb4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5eceb4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5eceb4 Color CSS Codes

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

#5eceb4 Text Font Color

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

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


#5eceb4 Background Color

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

This div background color is #5eceb4


#5eceb4 Border Color

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

This div border color is #5eceb4


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(94,206,180, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5eceb4; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5eceb4;
  -webkit-box-shadow: 1px 1px 3px 2px #5eceb4;
  box-shadow:         1px 1px 3px 2px #5eceb4; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(94,206,180, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5eceb4


Comments

No comments written yet.

Please login to write comment.