Color Hex Logo

#5afdcd Color Hex

#5AFDCD
(90,253,205)
0 Favorites   0 Comments

Color spaces of #5afdcd

RGB 90253205
HSL0.450.980.67
HSV162°64°99°
CMYK 0.640.000.19   0.01
XYZ50.361276.832069.9334
Yxy76.83200.25550.3898
Hunter Lab87.6539-50.837814.0540
CIE-Lab90.2442-53.352410.6205

#5afdcd color RGB value is (90,253,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 11111101 11001101
Octal 132 375 315
Decimal 90 253 205
Hex 5A FD CD

RGB Percentages of Color #5afdcd

%16.42
%46.17
%37.41

CMYK Percentages of Color #5afdcd

%64
%0
%19
%1

Triadic Colors of #5afdcd

#5afdcd #cd5afd #fdcd5a

Analogous Colors of #5afdcd

#5afdcd #5adcfd #5afd7c

Monochromatic Colors of #5afdcd

#5afdcd

Complementary Color

#5afdcd #fd5a8a

#5afdcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5afdcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5afdcd Color CSS Codes

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

#5afdcd Text Font Color

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

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


#5afdcd Background Color

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

This div background color is #5afdcd


#5afdcd Border Color

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

This div border color is #5afdcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5afdcd

Related Colors


Comments

No comments written yet.

Please login to write comment.