Color Hex Logo

#accfbd Color Hex

#ACCFBD
(172,207,189)
0 Favorites   0 Comments

Color spaces of #accfbd

RGB 172207189
HSL0.410.270.74
HSV149°17°81°
CMYK 0.170.000.09   0.19
XYZ48.511457.070456.6030
Yxy57.07040.29910.3519
Hunter Lab75.5450-17.57948.4577
CIE-Lab80.2192-15.15655.0814

#accfbd color RGB value is (172,207,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001111 10111101
Octal 254 317 275
Decimal 172 207 189
Hex AC CF BD

RGB Percentages of Color #accfbd

%30.28
%36.44
%33.27

CMYK Percentages of Color #accfbd

%17
%0
%9
%19

Triadic Colors of #accfbd

#accfbd #bdaccf #cfbdac

Analogous Colors of #accfbd

#accfbd #accfcf #adcfac

Monochromatic Colors of #accfbd

#accfbd

Complementary Color

#accfbd #cfacbe

#accfbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#accfbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#accfbd Color CSS Codes

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

#accfbd Text Font Color

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

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


#accfbd Background Color

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

This div background color is #accfbd


#accfbd Border Color

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

This div border color is #accfbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #accfbd


Comments

No comments written yet.

Please login to write comment.