Color Hex Logo

#90accb Color Hex

#90ACCB
(144,172,203)
0 Favorites   0 Comments

Color spaces of #90accb

RGB 144172203
HSL0.590.360.68
HSV212°29°80°
CMYK 0.290.150.00   0.20
XYZ37.033639.746162.2198
Yxy39.74610.26640.2859
Hunter Lab63.0445-5.4734-14.3833
CIE-Lab69.2883-2.4290-18.9173

#90accb color RGB value is (144,172,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010000 10101100 11001011
Octal 220 254 313
Decimal 144 172 203
Hex 90 AC CB

RGB Percentages of Color #90accb

%27.75
%33.14
%39.11

CMYK Percentages of Color #90accb

%29
%15
%0
%20

Triadic Colors of #90accb

#90accb #cb90ac #accb90

Analogous Colors of #90accb

#90accb #9290cb #90cacb

Monochromatic Colors of #90accb

#90accb

Complementary Color

#90accb #cbaf90

#90accb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90accb Color Preview on White Background

Lorem ipsum dolor sit amet.

#90accb Color CSS Codes

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

#90accb Text Font Color

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

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


#90accb Background Color

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

This div background color is #90accb


#90accb Border Color

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

This div border color is #90accb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90accb


Comments

No comments written yet.

Please login to write comment.