Color Hex Logo

#9ac3da Color Hex

#9AC3DA
(154,195,218)
0 Favorites   0 Comments

Color spaces of #9ac3da

RGB 154195218
HSL0.560.460.73
HSV202°29°85°
CMYK 0.290.110.00   0.15
XYZ45.496450.962273.7684
Yxy50.96220.26730.2994
Hunter Lab71.3878-11.1683-11.2957
CIE-Lab76.6561-8.2542-15.9056

#9ac3da color RGB value is (154,195,218).

#9ac3da hex color red value is 154, green value is 195 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #9ac3da hue: 0.56 , saturation: 0.46 and the lightness value of 9ac3da is 0.73.

The process color (four color CMYK) of #9ac3da color hex is 0.29, 0.11, 0.00, 0.15. Web safe color of #9ac3da is #99cccc. Color #9ac3da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 11000011 11011010
Octal 232 303 332
Decimal 154 195 218
Hex 9A C3 DA

RGB Percentages of Color #9ac3da

%27.16
%34.39
%38.45

CMYK Percentages of Color #9ac3da

%29
%11
%0
%15

Triadic Colors of #9ac3da

#9ac3da #da9ac3 #c3da9a

Analogous Colors of #9ac3da

#9ac3da #9aa3da #9adad1

Monochromatic Colors of #9ac3da

#9ac3da

Complementary Color

#9ac3da #dab19a

#9ac3da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ac3da Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ac3da Color CSS Codes

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

#9ac3da Text Font Color

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

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


#9ac3da Background Color

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

This div background color is #9ac3da


#9ac3da Border Color

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

This div border color is #9ac3da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ac3da


Comments

No comments written yet.

Please login to write comment.