Color Hex Logo

#5afebe Color Hex

#5AFEBE
(90,254,190)
0 Favorites   0 Comments

Color spaces of #5afebe

RGB 90254190
HSL0.430.990.67
HSV157°65°100°
CMYK 0.650.000.25   0.00
XYZ48.952576.775060.9542
Yxy76.77500.26220.4113
Hunter Lab87.6213-53.612620.0896
CIE-Lab90.2180-57.047318.3013

#5afebe color RGB value is (90,254,190).

#5afebe hex color red value is 90, green value is 254 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #5afebe hue: 0.43 , saturation: 0.99 and the lightness value of 5afebe is 0.67.

The process color (four color CMYK) of #5afebe color hex is 0.65, 0.00, 0.25, 0.00. Web safe color of #5afebe is #66ffcc. Color #5afebe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 11111110 10111110
Octal 132 376 276
Decimal 90 254 190
Hex 5A FE BE

RGB Percentages of Color #5afebe

%16.85
%47.57
%35.58

CMYK Percentages of Color #5afebe

%65
%0
%25
%0

Triadic Colors of #5afebe

#5afebe #be5afe #febe5a

Analogous Colors of #5afebe

#5afebe #5aecfe #5afe6c

Monochromatic Colors of #5afebe

#5afebe

Complementary Color

#5afebe #fe5a9a

#5afebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5afebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#5afebe Color CSS Codes

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

#5afebe Text Font Color

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

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


#5afebe Background Color

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

This div background color is #5afebe


#5afebe Border Color

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

This div border color is #5afebe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(90,254,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 #5afebe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5afebe


Comments

No comments written yet.

Please login to write comment.