Color Hex Logo

#90acbc Color Hex

#90ACBC
(144,172,188)
0 Favorites   0 Comments

Color spaces of #90acbc

RGB 144172188
HSL0.560.250.65
HSV202°23°74°
CMYK 0.230.090.00   0.26
XYZ35.331239.065253.2551
Yxy39.06520.27680.3060
Hunter Lab62.5022-8.4764-6.7667
CIE-Lab68.7985-6.0014-11.3743

#90acbc color RGB value is (144,172,188).

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

The process color (four color CMYK) of #90acbc color hex is 0.23, 0.09, 0.00, 0.26. Web safe color of #90acbc is #9999cc. Color #90acbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 10101100 10111100
Octal 220 254 274
Decimal 144 172 188
Hex 90 AC BC

RGB Percentages of Color #90acbc

%28.57
%34.13
%37.30

CMYK Percentages of Color #90acbc

%23
%9
%0
%26

Triadic Colors of #90acbc

#90acbc #bc90ac #acbc90

Analogous Colors of #90acbc

#90acbc #9096bc #90bcb6

Monochromatic Colors of #90acbc

#90acbc

Complementary Color

#90acbc #bca090

#90acbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90acbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#90acbc Color CSS Codes

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

#90acbc Text Font Color

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

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


#90acbc Background Color

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

This div background color is #90acbc


#90acbc Border Color

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

This div border color is #90acbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90acbc


Comments

No comments written yet.

Please login to write comment.