Color Hex Logo

#accdb5 Color Hex

#ACCDB5
(172,205,181)
0 Favorites   0 Comments

Color spaces of #accdb5

RGB 172205181
HSL0.380.250.74
HSV136°16°80°
CMYK 0.160.000.12   0.20
XYZ47.185155.769551.9937
Yxy55.76950.30450.3599
Hunter Lab74.6790-17.904910.9958
CIE-Lab79.4825-15.65628.3005

#accdb5 color RGB value is (172,205,181).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001101 10110101
Octal 254 315 265
Decimal 172 205 181
Hex AC CD B5

RGB Percentages of Color #accdb5

%30.82
%36.74
%32.44

CMYK Percentages of Color #accdb5

%16
%0
%12
%20

Triadic Colors of #accdb5

#accdb5 #b5accd #cdb5ac

Analogous Colors of #accdb5

#accdb5 #accdc6 #b4cdac

Monochromatic Colors of #accdb5

#accdb5

Complementary Color

#accdb5 #cdacc4

#accdb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#accdb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#accdb5 Color CSS Codes

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

#accdb5 Text Font Color

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

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


#accdb5 Background Color

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

This div background color is #accdb5


#accdb5 Border Color

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

This div border color is #accdb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #accdb5


Comments

No comments written yet.

Please login to write comment.