Color Hex Logo

#9accbe Color Hex

#9ACCBE
(154,204,190)
0 Favorites   0 Comments

Color spaces of #9accbe

RGB 154204190
HSL0.450.330.70
HSV163°25°80°
CMYK 0.250.000.07   0.20
XYZ44.213653.773556.7642
Yxy53.77350.28570.3475
Hunter Lab73.3304-20.70405.4356
CIE-Lab78.3295-19.17811.6708

#9accbe color RGB value is (154,204,190).

#9accbe hex color red value is 154, green value is 204 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #9accbe hue: 0.45 , saturation: 0.33 and the lightness value of 9accbe is 0.70.

The process color (four color CMYK) of #9accbe color hex is 0.25, 0.00, 0.07, 0.20. Web safe color of #9accbe is #99cccc. Color #9accbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 11001100 10111110
Octal 232 314 276
Decimal 154 204 190
Hex 9A CC BE

RGB Percentages of Color #9accbe

%28.10
%37.23
%34.67

CMYK Percentages of Color #9accbe

%25
%0
%7
%20

Triadic Colors of #9accbe

#9accbe #be9acc #ccbe9a

Analogous Colors of #9accbe

#9accbe #9ac1cc #9acca5

Monochromatic Colors of #9accbe

#9accbe

Complementary Color

#9accbe #cc9aa8

#9accbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9accbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#9accbe Color CSS Codes

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

#9accbe Text Font Color

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

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


#9accbe Background Color

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

This div background color is #9accbe


#9accbe Border Color

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

This div border color is #9accbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9accbe


Comments

No comments written yet.

Please login to write comment.