Color Hex Logo

#accdbd Color Hex

#ACCDBD
(172,205,189)
0 Favorites   0 Comments

Color spaces of #accdbd

RGB 172205189
HSL0.420.250.74
HSV151°16°80°
CMYK 0.160.000.08   0.20
XYZ48.029956.107456.4425
Yxy56.10740.29910.3494
Hunter Lab74.9049-16.62727.7571
CIE-Lab79.6749-14.13704.2951

#accdbd color RGB value is (172,205,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001101 10111101
Octal 254 315 275
Decimal 172 205 189
Hex AC CD BD

RGB Percentages of Color #accdbd

%30.39
%36.22
%33.39

CMYK Percentages of Color #accdbd

%16
%0
%8
%20

Triadic Colors of #accdbd

#accdbd #bdaccd #cdbdac

Analogous Colors of #accdbd

#accdbd #accdcd #accdad

Monochromatic Colors of #accdbd

#accdbd

Complementary Color

#accdbd #cdacbc

#accdbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#accdbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#accdbd Color CSS Codes

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

#accdbd Text Font Color

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

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


#accdbd Background Color

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

This div background color is #accdbd


#accdbd Border Color

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

This div border color is #accdbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #accdbd


Comments

No comments written yet.

Please login to write comment.