Color Hex Logo

#5adabc Color Hex

#5ADABC
(90,218,188)
0 Favorites   0 Comments

Color spaces of #5adabc

RGB 90218188
HSL0.460.630.60
HSV166°59°85°
CMYK 0.590.000.14   0.15
XYZ38.365055.947356.3538
Yxy55.94730.25460.3713
Hunter Lab74.7979-39.34107.6886
CIE-Lab79.5838-42.48124.2223

#5adabc color RGB value is (90,218,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 11011010 10111100
Octal 132 332 274
Decimal 90 218 188
Hex 5A DA BC

RGB Percentages of Color #5adabc

%18.15
%43.95
%37.90

CMYK Percentages of Color #5adabc

%59
%0
%14
%15

Triadic Colors of #5adabc

#5adabc #bc5ada #dabc5a

Analogous Colors of #5adabc

#5adabc #5ab8da #5ada7c

Monochromatic Colors of #5adabc

#5adabc

Complementary Color

#5adabc #da5a78

#5adabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5adabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5adabc Color CSS Codes

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

#5adabc Text Font Color

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

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


#5adabc Background Color

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

This div background color is #5adabc


#5adabc Border Color

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

This div border color is #5adabc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5adabc


Comments

No comments written yet.

Please login to write comment.