Color Hex Logo

#5adacf Color Hex

#5ADACF
(90,218,207)
0 Favorites   0 Comments

Color spaces of #5adacf

RGB 90218207
HSL0.490.630.60
HSV175°59°85°
CMYK 0.590.000.05   0.15
XYZ40.550356.821567.8619
Yxy56.82150.24540.3439
Hunter Lab75.3800-35.8919-0.6106
CIE-Lab80.0791-37.7292-5.1847

#5adacf color RGB value is (90,218,207).

#5adacf hex color red value is 90, green value is 218 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #5adacf hue: 0.49 , saturation: 0.63 and the lightness value of 5adacf is 0.60.

The process color (four color CMYK) of #5adacf color hex is 0.59, 0.00, 0.05, 0.15. Web safe color of #5adacf is #66cccc. Color #5adacf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 11011010 11001111
Octal 132 332 317
Decimal 90 218 207
Hex 5A DA CF

RGB Percentages of Color #5adacf

%17.48
%42.33
%40.19

CMYK Percentages of Color #5adacf

%59
%0
%5
%15

Triadic Colors of #5adacf

#5adacf #cf5ada #dacf5a

Analogous Colors of #5adacf

#5adacf #5aa5da #5ada8f

Monochromatic Colors of #5adacf

#5adacf

Complementary Color

#5adacf #da5a65

#5adacf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5adacf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5adacf Color CSS Codes

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

#5adacf Text Font Color

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

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


#5adacf Background Color

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

This div background color is #5adacf


#5adacf Border Color

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

This div border color is #5adacf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(90,218,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 #5adacf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5adacf


Comments

No comments written yet.

Please login to write comment.