Color Hex Logo

#90abcc Color Hex

#90ABCC
(144,171,204)
0 Favorites   0 Comments

Color spaces of #90abcc

RGB 144171204
HSL0.590.370.68
HSV213°29°80°
CMYK 0.290.160.00   0.20
XYZ36.963639.414762.7864
Yxy39.41470.26560.2832
Hunter Lab62.7811-4.7717-15.3482
CIE-Lab69.0506-1.6346-19.8294

#90abcc color RGB value is (144,171,204).

#90abcc hex color red value is 144, green value is 171 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #90abcc hue: 0.59 , saturation: 0.37 and the lightness value of 90abcc is 0.68.

The process color (four color CMYK) of #90abcc color hex is 0.29, 0.16, 0.00, 0.20. Web safe color of #90abcc is #9999cc. Color #90abcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 10101011 11001100
Octal 220 253 314
Decimal 144 171 204
Hex 90 AB CC

RGB Percentages of Color #90abcc

%27.75
%32.95
%39.31

CMYK Percentages of Color #90abcc

%29
%16
%0
%20

Triadic Colors of #90abcc

#90abcc #cc90ab #abcc90

Analogous Colors of #90abcc

#90abcc #9390cc #90c9cc

Monochromatic Colors of #90abcc

#90abcc

Complementary Color

#90abcc #ccb190

#90abcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90abcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#90abcc Color CSS Codes

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

#90abcc Text Font Color

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

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


#90abcc Background Color

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

This div background color is #90abcc


#90abcc Border Color

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

This div border color is #90abcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90abcc


Comments

No comments written yet.

Please login to write comment.