Color Hex Logo

#5afbea Color Hex

#5AFBEA
(90,251,234)
0 Favorites   0 Comments

Color spaces of #5afbea

RGB 90251234
HSL0.480.950.67
HSV174°64°98°
CMYK 0.640.000.07   0.02
XYZ53.564977.108589.9022
Yxy77.10850.24280.3496
Hunter Lab87.8114-44.78520.7663
CIE-Lab90.3715-45.4974-4.2299

#5afbea color RGB value is (90,251,234).

#5afbea hex color red value is 90, green value is 251 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #5afbea hue: 0.48 , saturation: 0.95 and the lightness value of 5afbea is 0.67.

The process color (four color CMYK) of #5afbea color hex is 0.64, 0.00, 0.07, 0.02. Web safe color of #5afbea is #66ffff. Color #5afbea contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 11111011 11101010
Octal 132 373 352
Decimal 90 251 234
Hex 5A FB EA

RGB Percentages of Color #5afbea

%15.65
%43.65
%40.70

CMYK Percentages of Color #5afbea

%64
%0
%7
%2

Triadic Colors of #5afbea

#5afbea #ea5afb #fbea5a

Analogous Colors of #5afbea

#5afbea #5abcfb #5afb9a

Monochromatic Colors of #5afbea

#5afbea

Complementary Color

#5afbea #fb5a6b

#5afbea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5afbea Color Preview on White Background

Lorem ipsum dolor sit amet.

#5afbea Color CSS Codes

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

#5afbea Text Font Color

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

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


#5afbea Background Color

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

This div background color is #5afbea


#5afbea Border Color

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

This div border color is #5afbea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5afbea

Related Colors


Comments

No comments written yet.

Please login to write comment.