Color Hex Logo

#9aceda Color Hex

#9ACEDA
(154,206,218)
0 Favorites   0 Comments

Color spaces of #9aceda

RGB 154206218
HSL0.530.460.73
HSV191°29°85°
CMYK 0.290.060.00   0.15
XYZ48.052656.074674.6205
Yxy56.07460.26880.3137
Hunter Lab74.8830-16.5013-6.6641
CIE-Lab79.6563-13.9939-11.4067

#9aceda color RGB value is (154,206,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011010 11001110 11011010
Octal 232 316 332
Decimal 154 206 218
Hex 9A CE DA

RGB Percentages of Color #9aceda

%26.64
%35.64
%37.72

CMYK Percentages of Color #9aceda

%29
%6
%0
%15

Triadic Colors of #9aceda

#9aceda #da9ace #ceda9a

Analogous Colors of #9aceda

#9aceda #9aaeda #9adac6

Monochromatic Colors of #9aceda

#9aceda

Complementary Color

#9aceda #daa69a

#9aceda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9aceda Color Preview on White Background

Lorem ipsum dolor sit amet.

#9aceda Color CSS Codes

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

#9aceda Text Font Color

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

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


#9aceda Background Color

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

This div background color is #9aceda


#9aceda Border Color

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

This div border color is #9aceda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9aceda


Comments

No comments written yet.

Please login to write comment.