Color Hex Logo

#5af9bc Color Hex

#5AF9BC
(90,249,188)
0 Favorites   0 Comments

Color spaces of #5af9bc

RGB 90249188
HSL0.440.930.66
HSV157°64°98°
CMYK 0.640.000.24   0.02
XYZ47.169273.555959.2886
Yxy73.55590.26200.4086
Hunter Lab85.7647-51.916219.0485
CIE-Lab88.7122-55.484017.2204

#5af9bc color RGB value is (90,249,188).

#5af9bc hex color red value is 90, green value is 249 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #5af9bc hue: 0.44 , saturation: 0.93 and the lightness value of 5af9bc is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 11111001 10111100
Octal 132 371 274
Decimal 90 249 188
Hex 5A F9 BC

RGB Percentages of Color #5af9bc

%17.08
%47.25
%35.67

CMYK Percentages of Color #5af9bc

%64
%0
%24
%2

Triadic Colors of #5af9bc

#5af9bc #bc5af9 #f9bc5a

Analogous Colors of #5af9bc

#5af9bc #5ae7f9 #5af96d

Monochromatic Colors of #5af9bc

#5af9bc

Complementary Color

#5af9bc #f95a97

#5af9bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5af9bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5af9bc Color CSS Codes

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

#5af9bc Text Font Color

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

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


#5af9bc Background Color

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

This div background color is #5af9bc


#5af9bc Border Color

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

This div border color is #5af9bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5af9bc


Comments

No comments written yet.

Please login to write comment.