Color Hex Logo

#5afdcf Color Hex

#5AFDCF
(90,253,207)
0 Favorites   0 Comments

Color spaces of #5afdcf

RGB 90253207
HSL0.450.980.67
HSV163°64°99°
CMYK 0.640.000.18   0.01
XYZ50.604276.929271.2132
Yxy76.92920.25460.3871
Hunter Lab87.7093-50.505013.2576
CIE-Lab90.2890-52.89579.6514

#5afdcf color RGB value is (90,253,207).

#5afdcf hex color red value is 90, green value is 253 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #5afdcf hue: 0.45 , saturation: 0.98 and the lightness value of 5afdcf is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 11111101 11001111
Octal 132 375 317
Decimal 90 253 207
Hex 5A FD CF

RGB Percentages of Color #5afdcf

%16.36
%46.00
%37.64

CMYK Percentages of Color #5afdcf

%64
%0
%18
%1

Triadic Colors of #5afdcf

#5afdcf #cf5afd #fdcf5a

Analogous Colors of #5afdcf

#5afdcf #5adafd #5afd7e

Monochromatic Colors of #5afdcf

#5afdcf

Complementary Color

#5afdcf #fd5a88

#5afdcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5afdcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5afdcf Color CSS Codes

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

#5afdcf Text Font Color

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

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


#5afdcf Background Color

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

This div background color is #5afdcf


#5afdcf Border Color

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

This div border color is #5afdcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5afdcf

Related Colors


Comments

No comments written yet.

Please login to write comment.