Color Hex Logo

#accdb2 Color Hex

#ACCDB2
(172,205,178)
0 Favorites   0 Comments

Color spaces of #accdb2

RGB 172205178
HSL0.360.250.74
HSV131°16°80°
CMYK 0.160.000.13   0.20
XYZ46.880555.647750.3897
Yxy55.64770.30660.3639
Hunter Lab74.5974-18.367612.1684
CIE-Lab79.4129-16.21029.8049

#accdb2 color RGB value is (172,205,178).

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

The process color (four color CMYK) of #accdb2 color hex is 0.16, 0.00, 0.13, 0.20. Web safe color of #accdb2 is #99cc99. Color #accdb2 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001101 10110010
Octal 254 315 262
Decimal 172 205 178
Hex AC CD B2

RGB Percentages of Color #accdb2

%30.99
%36.94
%32.07

CMYK Percentages of Color #accdb2

%16
%0
%13
%20

Triadic Colors of #accdb2

#accdb2 #b2accd #cdb2ac

Analogous Colors of #accdb2

#accdb2 #accdc3 #b7cdac

Monochromatic Colors of #accdb2

#accdb2

Complementary Color

#accdb2 #cdacc7

#accdb2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#accdb2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#accdb2 Color CSS Codes

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

#accdb2 Text Font Color

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

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


#accdb2 Background Color

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

This div background color is #accdb2


#accdb2 Border Color

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

This div border color is #accdb2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #accdb2


Comments

No comments written yet.

Please login to write comment.