Color Hex Logo

#5afbb2 Color Hex

#5AFBB2
(90,251,178)
0 Favorites   0 Comments

Color spaces of #5afbb2

RGB 90251178
HSL0.420.950.67
HSV153°64°98°
CMYK 0.640.000.29   0.02
XYZ46.749574.382454.0128
Yxy74.38240.26690.4247
Hunter Lab86.2452-54.172723.2401
CIE-Lab89.1029-58.345822.8896

#5afbb2 color RGB value is (90,251,178).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 11111011 10110010
Octal 132 373 262
Decimal 90 251 178
Hex 5A FB B2

RGB Percentages of Color #5afbb2

%17.34
%48.36
%34.30

CMYK Percentages of Color #5afbb2

%64
%0
%29
%2

Triadic Colors of #5afbb2

#5afbb2 #b25afb #fbb25a

Analogous Colors of #5afbb2

#5afbb2 #5af4fb #5afb62

Monochromatic Colors of #5afbb2

#5afbb2

Complementary Color

#5afbb2 #fb5aa3

#5afbb2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5afbb2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5afbb2 Color CSS Codes

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

#5afbb2 Text Font Color

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

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


#5afbb2 Background Color

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

This div background color is #5afbb2


#5afbb2 Border Color

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

This div border color is #5afbb2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5afbb2


Comments

No comments written yet.

Please login to write comment.