Color Hex Logo

#5afbbf Color Hex

#5AFBBF
(90,251,191)
0 Favorites   0 Comments

Color spaces of #5afbbf

RGB 90251191
HSL0.440.950.67
HSV158°64°98°
CMYK 0.640.000.24   0.02
XYZ48.117674.929661.2170
Yxy74.92960.26110.4066
Hunter Lab86.5619-52.259618.6631
CIE-Lab89.3600-55.640816.5855

#5afbbf color RGB value is (90,251,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 11111011 10111111
Octal 132 373 277
Decimal 90 251 191
Hex 5A FB BF

RGB Percentages of Color #5afbbf

%16.92
%47.18
%35.90

CMYK Percentages of Color #5afbbf

%64
%0
%24
%2

Triadic Colors of #5afbbf

#5afbbf #bf5afb #fbbf5a

Analogous Colors of #5afbbf

#5afbbf #5ae7fb #5afb6f

Monochromatic Colors of #5afbbf

#5afbbf

Complementary Color

#5afbbf #fb5a96

#5afbbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5afbbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5afbbf Color CSS Codes

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

#5afbbf Text Font Color

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

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


#5afbbf Background Color

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

This div background color is #5afbbf


#5afbbf Border Color

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

This div border color is #5afbbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5afbbf


Comments

No comments written yet.

Please login to write comment.