Color Hex Logo

#90bcad Color Hex

#90BCAD
(144,188,173)
0 Favorites   0 Comments

Color spaces of #90bcad

RGB 144188173
HSL0.440.250.65
HSV160°23°74°
CMYK 0.230.000.08   0.26
XYZ37.027644.912946.2526
Yxy44.91290.28880.3504
Hunter Lab67.0171-18.65695.9923
CIE-Lab72.8345-17.73402.8180

#90bcad color RGB value is (144,188,173).

#90bcad hex color red value is 144, green value is 188 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #90bcad hue: 0.44 , saturation: 0.25 and the lightness value of 90bcad is 0.65.

The process color (four color CMYK) of #90bcad color hex is 0.23, 0.00, 0.08, 0.26. Web safe color of #90bcad is #99cc99. Color #90bcad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 10111100 10101101
Octal 220 274 255
Decimal 144 188 173
Hex 90 BC AD

RGB Percentages of Color #90bcad

%28.51
%37.23
%34.26

CMYK Percentages of Color #90bcad

%23
%0
%8
%26

Triadic Colors of #90bcad

#90bcad #ad90bc #bcad90

Analogous Colors of #90bcad

#90bcad #90b5bc #90bc97

Monochromatic Colors of #90bcad

#90bcad

Complementary Color

#90bcad #bc909f

#90bcad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90bcad Color Preview on White Background

Lorem ipsum dolor sit amet.

#90bcad Color CSS Codes

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

#90bcad Text Font Color

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

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


#90bcad Background Color

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

This div background color is #90bcad


#90bcad Border Color

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

This div border color is #90bcad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90bcad


Comments

No comments written yet.

Please login to write comment.