Color Hex Logo

#9aceec Color Hex

#9ACEEC
(154,206,236)
0 Favorites   0 Comments

Color spaces of #9aceec

RGB 154206236
HSL0.560.680.76
HSV202°35°93°
CMYK 0.350.130.00   0.07
XYZ50.538157.068887.7086
Yxy57.06880.25880.2922
Hunter Lab75.5439-12.7871-15.9566
CIE-Lab80.2183-9.6639-20.1968

#9aceec color RGB value is (154,206,236).

#9aceec hex color red value is 154, green value is 206 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #9aceec hue: 0.56 , saturation: 0.68 and the lightness value of 9aceec is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10011010 11001110 11101100
Octal 232 316 354
Decimal 154 206 236
Hex 9A CE EC

RGB Percentages of Color #9aceec

%25.84
%34.56
%39.60

CMYK Percentages of Color #9aceec

%35
%13
%0
%7

Triadic Colors of #9aceec

#9aceec #ec9ace #ceec9a

Analogous Colors of #9aceec

#9aceec #9aa5ec #9aece1

Monochromatic Colors of #9aceec

#9aceec

Complementary Color

#9aceec #ecb89a

#9aceec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9aceec Color Preview on White Background

Lorem ipsum dolor sit amet.

#9aceec Color CSS Codes

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

#9aceec Text Font Color

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

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


#9aceec Background Color

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

This div background color is #9aceec


#9aceec Border Color

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

This div border color is #9aceec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9aceec


Comments

No comments written yet.

Please login to write comment.