Color Hex Logo

#accebd Color Hex

#ACCEBD
(172,206,189)
0 Favorites   0 Comments

Color spaces of #accebd

RGB 172206189
HSL0.420.260.74
HSV150°17°81°
CMYK 0.170.000.08   0.19
XYZ48.269956.587456.5225
Yxy56.58740.29910.3506
Hunter Lab75.2246-17.10378.1077
CIE-Lab79.9470-14.64744.6883

#accebd color RGB value is (172,206,189).

#accebd hex color red value is 172, green value is 206 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #accebd hue: 0.42 , saturation: 0.26 and the lightness value of accebd is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001110 10111101
Octal 254 316 275
Decimal 172 206 189
Hex AC CE BD

RGB Percentages of Color #accebd

%30.34
%36.33
%33.33

CMYK Percentages of Color #accebd

%17
%0
%8
%19

Triadic Colors of #accebd

#accebd #bdacce #cebdac

Analogous Colors of #accebd

#accebd #accece #acceac

Monochromatic Colors of #accebd

#accebd

Complementary Color

#accebd #ceacbd

#accebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#accebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#accebd Color CSS Codes

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

#accebd Text Font Color

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

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


#accebd Background Color

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

This div background color is #accebd


#accebd Border Color

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

This div border color is #accebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #accebd


Comments

No comments written yet.

Please login to write comment.