Color Hex Logo

#9ac0ee Color Hex

#9AC0EE
(154,192,238)
0 Favorites   0 Comments

Color spaces of #9ac0ee

RGB 154192238
HSL0.590.710.77
HSV213°35°93°
CMYK 0.350.190.00   0.07
XYZ47.608750.742388.1739
Yxy50.74230.25520.2720
Hunter Lab71.2336-5.3591-23.5264
CIE-Lab76.5226-1.7172-26.8971

#9ac0ee color RGB value is (154,192,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011010 11000000 11101110
Octal 232 300 356
Decimal 154 192 238
Hex 9A C0 EE

RGB Percentages of Color #9ac0ee

%26.37
%32.88
%40.75

CMYK Percentages of Color #9ac0ee

%35
%19
%0
%7

Triadic Colors of #9ac0ee

#9ac0ee #ee9ac0 #c0ee9a

Analogous Colors of #9ac0ee

#9ac0ee #9e9aee #9aeaee

Monochromatic Colors of #9ac0ee

#9ac0ee

Complementary Color

#9ac0ee #eec89a

#9ac0ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ac0ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ac0ee Color CSS Codes

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

#9ac0ee Text Font Color

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

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


#9ac0ee Background Color

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

This div background color is #9ac0ee


#9ac0ee Border Color

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

This div border color is #9ac0ee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(154,192,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 #9ac0ee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ac0ee


Comments

No comments written yet.

Please login to write comment.