Color Hex Logo

#90dbad Color Hex

#90DBAD
(144,219,173)
0 Favorites   0 Comments

Color spaces of #90dbad

RGB 144219173
HSL0.400.510.71
HSV143°34°86°
CMYK 0.340.000.21   0.14
XYZ44.375959.609548.7021
Yxy59.60950.29060.3904
Hunter Lab77.2072-32.517216.6450
CIE-Lab81.6255-32.911515.3664

#90dbad color RGB value is (144,219,173).

#90dbad hex color red value is 144, green value is 219 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #90dbad hue: 0.40 , saturation: 0.51 and the lightness value of 90dbad is 0.71.

The process color (four color CMYK) of #90dbad color hex is 0.34, 0.00, 0.21, 0.14. Web safe color of #90dbad is #99cc99. Color #90dbad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 11011011 10101101
Octal 220 333 255
Decimal 144 219 173
Hex 90 DB AD

RGB Percentages of Color #90dbad

%26.87
%40.86
%32.28

CMYK Percentages of Color #90dbad

%34
%0
%21
%14

Triadic Colors of #90dbad

#90dbad #ad90db #dbad90

Analogous Colors of #90dbad

#90dbad #90dbd3 #99db90

Monochromatic Colors of #90dbad

#90dbad

Complementary Color

#90dbad #db90be

#90dbad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90dbad Color Preview on White Background

Lorem ipsum dolor sit amet.

#90dbad Color CSS Codes

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

#90dbad Text Font Color

<p style="color:#90dbad">Text here</p>

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


#90dbad Background Color

<div style="background-color:#90dbad">
Div content here</div>

This div background color is #90dbad


#90dbad Border Color

<div style="border:3px solid #90dbad">
Div here</div>

This div border color is #90dbad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(144,219,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #90dbad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #90dbad;
  -webkit-box-shadow: 1px 1px 3px 2px #90dbad;
  box-shadow:         1px 1px 3px 2px #90dbad; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(144,219,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90dbad


Comments

No comments written yet.

Please login to write comment.