Color Hex Logo

#9acebd Color Hex

#9ACEBD
(154,206,189)
0 Favorites   0 Comments

Color spaces of #9acebd

RGB 154206189
HSL0.450.350.71
HSV160°25°81°
CMYK 0.250.000.08   0.19
XYZ44.583054.686856.3499
Yxy54.68680.28650.3514
Hunter Lab73.9505-21.80006.5867
CIE-Lab78.8605-20.39112.9789

#9acebd color RGB value is (154,206,189).

#9acebd hex color red value is 154, green value is 206 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #9acebd hue: 0.45 , saturation: 0.35 and the lightness value of 9acebd is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10011010 11001110 10111101
Octal 232 316 275
Decimal 154 206 189
Hex 9A CE BD

RGB Percentages of Color #9acebd

%28.05
%37.52
%34.43

CMYK Percentages of Color #9acebd

%25
%0
%8
%19

Triadic Colors of #9acebd

#9acebd #bd9ace #cebd9a

Analogous Colors of #9acebd

#9acebd #9ac5ce #9acea3

Monochromatic Colors of #9acebd

#9acebd

Complementary Color

#9acebd #ce9aab

#9acebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9acebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9acebd Color CSS Codes

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

#9acebd Text Font Color

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

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


#9acebd Background Color

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

This div background color is #9acebd


#9acebd Border Color

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

This div border color is #9acebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9acebd


Comments

No comments written yet.

Please login to write comment.