Color Hex Logo

#5afbbd Color Hex

#5AFBBD
(90,251,189)
0 Favorites   0 Comments

Color spaces of #5afbbd

RGB 90251189
HSL0.440.950.67
HSV157°64°98°
CMYK 0.640.000.25   0.02
XYZ47.898974.842160.0656
Yxy74.84210.26200.4094
Hunter Lab86.5113-52.564419.3923
CIE-Lab89.3190-56.068717.5562

#5afbbd color RGB value is (90,251,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 11111011 10111101
Octal 132 373 275
Decimal 90 251 189
Hex 5A FB BD

RGB Percentages of Color #5afbbd

%16.98
%47.36
%35.66

CMYK Percentages of Color #5afbbd

%64
%0
%25
%2

Triadic Colors of #5afbbd

#5afbbd #bd5afb #fbbd5a

Analogous Colors of #5afbbd

#5afbbd #5ae9fb #5afb6d

Monochromatic Colors of #5afbbd

#5afbbd

Complementary Color

#5afbbd #fb5a98

#5afbbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5afbbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5afbbd Color CSS Codes

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

#5afbbd Text Font Color

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

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


#5afbbd Background Color

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

This div background color is #5afbbd


#5afbbd Border Color

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

This div border color is #5afbbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5afbbd

Related Colors


Comments

No comments written yet.

Please login to write comment.