Color Hex Logo

#5aecbe Color Hex

#5AECBE
(90,236,190)
0 Favorites   0 Comments

Color spaces of #5aecbe

RGB 90236190
HSL0.450.790.64
HSV161°62°93°
CMYK 0.620.000.19   0.07
XYZ43.506265.882359.1387
Yxy65.88230.25820.3909
Hunter Lab81.1679-46.367413.6190
CIE-Lab84.9363-49.733310.8481

#5aecbe color RGB value is (90,236,190).

#5aecbe hex color red value is 90, green value is 236 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #5aecbe hue: 0.45 , saturation: 0.79 and the lightness value of 5aecbe is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 11101100 10111110
Octal 132 354 276
Decimal 90 236 190
Hex 5A EC BE

RGB Percentages of Color #5aecbe

%17.44
%45.74
%36.82

CMYK Percentages of Color #5aecbe

%62
%0
%19
%7

Triadic Colors of #5aecbe

#5aecbe #be5aec #ecbe5a

Analogous Colors of #5aecbe

#5aecbe #5ad1ec #5aec75

Monochromatic Colors of #5aecbe

#5aecbe

Complementary Color

#5aecbe #ec5a88

#5aecbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5aecbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#5aecbe Color CSS Codes

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

#5aecbe Text Font Color

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

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


#5aecbe Background Color

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

This div background color is #5aecbe


#5aecbe Border Color

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

This div border color is #5aecbe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(90,236,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5aecbe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5aecbe;
  -webkit-box-shadow: 1px 1px 3px 2px #5aecbe;
  box-shadow:         1px 1px 3px 2px #5aecbe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(90,236,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5aecbe


Comments

No comments written yet.

Please login to write comment.