Color Hex Logo

#90aceb Color Hex

#90ACEB
(144,172,235)
0 Favorites   0 Comments

Color spaces of #90aceb

RGB 144172235
HSL0.620.690.74
HSV222°39°92°
CMYK 0.390.270.00   0.08
XYZ41.249541.432584.4205
Yxy41.43250.24690.2479
Hunter Lab64.36811.7454-32.7028
CIE-Lab70.47795.8065-34.6355

#90aceb color RGB value is (144,172,235).

#90aceb hex color red value is 144, green value is 172 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #90aceb hue: 0.62 , saturation: 0.69 and the lightness value of 90aceb is 0.74.

The process color (four color CMYK) of #90aceb color hex is 0.39, 0.27, 0.00, 0.08. Web safe color of #90aceb is #9999ff. Color #90aceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 10101100 11101011
Octal 220 254 353
Decimal 144 172 235
Hex 90 AC EB

RGB Percentages of Color #90aceb

%26.13
%31.22
%42.65

CMYK Percentages of Color #90aceb

%39
%27
%0
%8

Triadic Colors of #90aceb

#90aceb #eb90ac #aceb90

Analogous Colors of #90aceb

#90aceb #a290eb #90daeb

Monochromatic Colors of #90aceb

#90aceb

Complementary Color

#90aceb #ebcf90

#90aceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90aceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#90aceb Color CSS Codes

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

#90aceb Text Font Color

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

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


#90aceb Background Color

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

This div background color is #90aceb


#90aceb Border Color

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

This div border color is #90aceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90aceb


Comments

No comments written yet.

Please login to write comment.