Color Hex Logo

#9acee7 Color Hex

#9ACEE7
(154,206,231)
0 Favorites   0 Comments

Color spaces of #9acee7

RGB 154206231
HSL0.550.620.75
HSV199°33°91°
CMYK 0.330.110.00   0.09
XYZ49.821556.782283.9355
Yxy56.78220.26150.2980
Hunter Lab75.3540-13.8513-13.2943
CIE-Lab80.0569-10.8921-17.7674

#9acee7 color RGB value is (154,206,231).

#9acee7 hex color red value is 154, green value is 206 and the blue value of its RGB is 231. Cylindrical-coordinate representations (also known as HSL) of color #9acee7 hue: 0.55 , saturation: 0.62 and the lightness value of 9acee7 is 0.75.

The process color (four color CMYK) of #9acee7 color hex is 0.33, 0.11, 0.00, 0.09. Web safe color of #9acee7 is #99ccff. Color #9acee7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 11001110 11100111
Octal 232 316 347
Decimal 154 206 231
Hex 9A CE E7

RGB Percentages of Color #9acee7

%26.06
%34.86
%39.09

CMYK Percentages of Color #9acee7

%33
%11
%0
%9

Triadic Colors of #9acee7

#9acee7 #e79ace #cee79a

Analogous Colors of #9acee7

#9acee7 #9aa8e7 #9ae7da

Monochromatic Colors of #9acee7

#9acee7

Complementary Color

#9acee7 #e7b39a

#9acee7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9acee7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9acee7 Color CSS Codes

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

#9acee7 Text Font Color

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

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


#9acee7 Background Color

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

This div background color is #9acee7


#9acee7 Border Color

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

This div border color is #9acee7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9acee7

#9acee7 Color Palettes


Comments

No comments written yet.

Please login to write comment.