Color Hex Logo

#9acaee Color Hex

#9ACAEE
(154,202,238)
0 Favorites   0 Comments

Color spaces of #9acaee

RGB 154202238
HSL0.570.710.77
HSV206°35°93°
CMYK 0.350.150.00   0.07
XYZ49.879655.284188.9309
Yxy55.28410.25700.2848
Hunter Lab74.3533-10.3722-18.8670
CIE-Lab79.2046-7.0617-22.8050

#9acaee color RGB value is (154,202,238).

#9acaee hex color red value is 154, green value is 202 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #9acaee hue: 0.57 , saturation: 0.71 and the lightness value of 9acaee is 0.77.

The process color (four color CMYK) of #9acaee color hex is 0.35, 0.15, 0.00, 0.07. Web safe color of #9acaee is #99ccff. Color #9acaee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 11001010 11101110
Octal 232 312 356
Decimal 154 202 238
Hex 9A CA EE

RGB Percentages of Color #9acaee

%25.93
%34.01
%40.07

CMYK Percentages of Color #9acaee

%35
%15
%0
%7

Triadic Colors of #9acaee

#9acaee #ee9aca #caee9a

Analogous Colors of #9acaee

#9acaee #9aa0ee #9aeee8

Monochromatic Colors of #9acaee

#9acaee

Complementary Color

#9acaee #eebe9a

#9acaee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9acaee Color Preview on White Background

Lorem ipsum dolor sit amet.

#9acaee Color CSS Codes

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

#9acaee Text Font Color

<p style="color:#9acaee">Text here</p>

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


#9acaee Background Color

<div style="background-color:#9acaee">
Div content here</div>

This div background color is #9acaee


#9acaee Border Color

<div style="border:3px solid #9acaee">
Div here</div>

This div border color is #9acaee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(154,202,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9acaee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9acaee;
  -webkit-box-shadow: 1px 1px 3px 2px #9acaee;
  box-shadow:         1px 1px 3px 2px #9acaee; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(154,202,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9acaee


Comments

No comments written yet.

Please login to write comment.