Color Hex Logo

#9acdea Color Hex

#9ACDEA
(154,205,234)
0 Favorites   0 Comments

Color spaces of #9acdea

RGB 154205234
HSL0.560.660.76
HSV202°34°92°
CMYK 0.340.120.00   0.08
XYZ50.009056.473286.1066
Yxy56.47320.25970.2932
Hunter Lab75.1487-12.7242-15.3314
CIE-Lab79.8824-9.6346-19.6360

#9acdea color RGB value is (154,205,234).

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

The process color (four color CMYK) of #9acdea color hex is 0.34, 0.12, 0.00, 0.08. Web safe color of #9acdea is #99ccff. Color #9acdea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 11001101 11101010
Octal 232 315 352
Decimal 154 205 234
Hex 9A CD EA

RGB Percentages of Color #9acdea

%25.97
%34.57
%39.46

CMYK Percentages of Color #9acdea

%34
%12
%0
%8

Triadic Colors of #9acdea

#9acdea #ea9acd #cdea9a

Analogous Colors of #9acdea

#9acdea #9aa5ea #9aeadf

Monochromatic Colors of #9acdea

#9acdea

Complementary Color

#9acdea #eab79a

#9acdea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9acdea Color Preview on White Background

Lorem ipsum dolor sit amet.

#9acdea Color CSS Codes

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

#9acdea Text Font Color

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

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


#9acdea Background Color

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

This div background color is #9acdea


#9acdea Border Color

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

This div border color is #9acdea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9acdea


Comments

No comments written yet.

Please login to write comment.