Color Hex Logo

#5adabf Color Hex

#5ADABF
(90,218,191)
0 Favorites   0 Comments

Color spaces of #5adabf

RGB 90218191
HSL0.460.630.60
HSV167°59°85°
CMYK 0.590.000.12   0.15
XYZ38.691856.078158.0751
Yxy56.07810.25310.3669
Hunter Lab74.8853-38.82186.4391
CIE-Lab79.6582-41.75582.7321

#5adabf color RGB value is (90,218,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 11011010 10111111
Octal 132 332 277
Decimal 90 218 191
Hex 5A DA BF

RGB Percentages of Color #5adabf

%18.04
%43.69
%38.28

CMYK Percentages of Color #5adabf

%59
%0
%12
%15

Triadic Colors of #5adabf

#5adabf #bf5ada #dabf5a

Analogous Colors of #5adabf

#5adabf #5ab5da #5ada7f

Monochromatic Colors of #5adabf

#5adabf

Complementary Color

#5adabf #da5a75

#5adabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5adabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5adabf Color CSS Codes

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

#5adabf Text Font Color

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

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


#5adabf Background Color

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

This div background color is #5adabf


#5adabf Border Color

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

This div border color is #5adabf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5adabf


Comments

No comments written yet.

Please login to write comment.