Color Hex Logo

#5afecb Color Hex

#5AFECB
(90,254,203)
0 Favorites   0 Comments

Color spaces of #5afecb

RGB 90254203
HSL0.450.990.67
HSV161°65°100°
CMYK 0.650.000.20   0.00
XYZ50.437877.369168.7753
Yxy77.36910.25660.3936
Hunter Lab87.9597-51.574115.2132
CIE-Lab90.4912-54.212012.0042

#5afecb color RGB value is (90,254,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 11111110 11001011
Octal 132 376 313
Decimal 90 254 203
Hex 5A FE CB

RGB Percentages of Color #5afecb

%16.45
%46.44
%37.11

CMYK Percentages of Color #5afecb

%65
%0
%20
%0

Triadic Colors of #5afecb

#5afecb #cb5afe #fecb5a

Analogous Colors of #5afecb

#5afecb #5adffe #5afe79

Monochromatic Colors of #5afecb

#5afecb

Complementary Color

#5afecb #fe5a8d

#5afecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5afecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5afecb Color CSS Codes

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

#5afecb Text Font Color

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

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


#5afecb Background Color

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

This div background color is #5afecb


#5afecb Border Color

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

This div border color is #5afecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5afecb

Related Colors


Comments

No comments written yet.

Please login to write comment.