Color Hex Logo

#acdebc Color Hex

#ACDEBC
(172,222,188)
0 Favorites   0 Comments

Color spaces of #acdebc

RGB 172222188
HSL0.390.430.77
HSV139°23°87°
CMYK 0.230.000.15   0.13
XYZ52.211664.644057.3027
Yxy64.64400.29980.3712
Hunter Lab80.4015-24.787214.0247
CIE-Lab84.3000-22.834611.4573

#acdebc color RGB value is (172,222,188).

#acdebc hex color red value is 172, green value is 222 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #acdebc hue: 0.39 , saturation: 0.43 and the lightness value of acdebc is 0.77.

The process color (four color CMYK) of #acdebc color hex is 0.23, 0.00, 0.15, 0.13. Web safe color of #acdebc is #99cccc. Color #acdebc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011110 10111100
Octal 254 336 274
Decimal 172 222 188
Hex AC DE BC

RGB Percentages of Color #acdebc

%29.55
%38.14
%32.30

CMYK Percentages of Color #acdebc

%23
%0
%15
%13

Triadic Colors of #acdebc

#acdebc #bcacde #debcac

Analogous Colors of #acdebc

#acdebc #acded5 #b5deac

Monochromatic Colors of #acdebc

#acdebc

Complementary Color

#acdebc #deacce

#acdebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acdebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#acdebc Color CSS Codes

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

#acdebc Text Font Color

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

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


#acdebc Background Color

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

This div background color is #acdebc


#acdebc Border Color

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

This div border color is #acdebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acdebc


Comments

No comments written yet.

Please login to write comment.