Color Hex Logo

#5afbeb Color Hex

#5AFBEB
(90,251,235)
0 Favorites   0 Comments

Color spaces of #5afbeb

RGB 90251235
HSL0.480.950.67
HSV174°64°98°
CMYK 0.640.000.06   0.02
XYZ53.709077.166290.6611
Yxy77.16620.24240.3483
Hunter Lab87.8443-44.59060.2998
CIE-Lab90.3981-45.2417-4.7106

#5afbeb color RGB value is (90,251,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 11111011 11101011
Octal 132 373 353
Decimal 90 251 235
Hex 5A FB EB

RGB Percentages of Color #5afbeb

%15.63
%43.58
%40.80

CMYK Percentages of Color #5afbeb

%64
%0
%6
%2

Triadic Colors of #5afbeb

#5afbeb #eb5afb #fbeb5a

Analogous Colors of #5afbeb

#5afbeb #5abbfb #5afb9b

Monochromatic Colors of #5afbeb

#5afbeb

Complementary Color

#5afbeb #fb5a6a

#5afbeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5afbeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5afbeb Color CSS Codes

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

#5afbeb Text Font Color

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

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


#5afbeb Background Color

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

This div background color is #5afbeb


#5afbeb Border Color

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

This div border color is #5afbeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5afbeb


Comments

No comments written yet.

Please login to write comment.