Color Hex Logo

#9acbea Color Hex

#9ACBEA
(154,203,234)
0 Favorites   0 Comments

Color spaces of #9acbea

RGB 154203234
HSL0.560.660.76
HSV203°34°92°
CMYK 0.340.130.00   0.08
XYZ49.533655.522485.9481
Yxy55.52240.25930.2907
Hunter Lab74.5134-11.7385-16.2292
CIE-Lab79.3412-8.5852-20.4555

#9acbea color RGB value is (154,203,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011010 11001011 11101010
Octal 232 313 352
Decimal 154 203 234
Hex 9A CB EA

RGB Percentages of Color #9acbea

%26.06
%34.35
%39.59

CMYK Percentages of Color #9acbea

%34
%13
%0
%8

Triadic Colors of #9acbea

#9acbea #ea9acb #cbea9a

Analogous Colors of #9acbea

#9acbea #9aa3ea #9aeae1

Monochromatic Colors of #9acbea

#9acbea

Complementary Color

#9acbea #eab99a

#9acbea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9acbea Color Preview on White Background

Lorem ipsum dolor sit amet.

#9acbea Color CSS Codes

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

#9acbea Text Font Color

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

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


#9acbea Background Color

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

This div background color is #9acbea


#9acbea Border Color

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

This div border color is #9acbea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9acbea


Comments

No comments written yet.

Please login to write comment.