Color Hex Logo

#5aebcf Color Hex

#5AEBCF
(90,235,207)
0 Favorites   0 Comments

Color spaces of #5aebcf

RGB 90235207
HSL0.470.780.64
HSV168°62°92°
CMYK 0.620.000.12   0.08
XYZ45.187366.095369.4075
Yxy66.09530.25010.3658
Hunter Lab81.2990-43.06016.2916
CIE-Lab85.0450-45.30102.0899

#5aebcf color RGB value is (90,235,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 11101011 11001111
Octal 132 353 317
Decimal 90 235 207
Hex 5A EB CF

RGB Percentages of Color #5aebcf

%16.92
%44.17
%38.91

CMYK Percentages of Color #5aebcf

%62
%0
%12
%8

Triadic Colors of #5aebcf

#5aebcf #cf5aeb #ebcf5a

Analogous Colors of #5aebcf

#5aebcf #5abfeb #5aeb87

Monochromatic Colors of #5aebcf

#5aebcf

Complementary Color

#5aebcf #eb5a76

#5aebcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5aebcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5aebcf Color CSS Codes

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

#5aebcf Text Font Color

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

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


#5aebcf Background Color

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

This div background color is #5aebcf


#5aebcf Border Color

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

This div border color is #5aebcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5aebcf


Comments

No comments written yet.

Please login to write comment.