Color Hex Logo

#accdb4 Color Hex

#ACCDB4
(172,205,180)
0 Favorites   0 Comments

Color spaces of #accdb4

RGB 172205180
HSL0.370.250.74
HSV135°16°80°
CMYK 0.160.000.12   0.20
XYZ47.082855.728651.4552
Yxy55.72860.30520.3612
Hunter Lab74.6516-18.060211.3892
CIE-Lab79.4591-15.84198.8018

#accdb4 color RGB value is (172,205,180).

#accdb4 hex color red value is 172, green value is 205 and the blue value of its RGB is 180. Cylindrical-coordinate representations (also known as HSL) of color #accdb4 hue: 0.37 , saturation: 0.25 and the lightness value of accdb4 is 0.74.

The process color (four color CMYK) of #accdb4 color hex is 0.16, 0.00, 0.12, 0.20. Web safe color of #accdb4 is #99cccc. Color #accdb4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001101 10110100
Octal 254 315 264
Decimal 172 205 180
Hex AC CD B4

RGB Percentages of Color #accdb4

%30.88
%36.80
%32.32

CMYK Percentages of Color #accdb4

%16
%0
%12
%20

Triadic Colors of #accdb4

#accdb4 #b4accd #cdb4ac

Analogous Colors of #accdb4

#accdb4 #accdc5 #b5cdac

Monochromatic Colors of #accdb4

#accdb4

Complementary Color

#accdb4 #cdacc5

#accdb4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#accdb4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#accdb4 Color CSS Codes

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

#accdb4 Text Font Color

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

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


#accdb4 Background Color

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

This div background color is #accdb4


#accdb4 Border Color

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

This div border color is #accdb4


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,205,180, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #accdb4


Comments

No comments written yet.

Please login to write comment.