Color Hex Logo

#acdebe Color Hex

#ACDEBE
(172,222,190)
0 Favorites   0 Comments

Color spaces of #acdebe

RGB 172222190
HSL0.390.430.77
HSV142°23°87°
CMYK 0.230.000.14   0.13
XYZ52.428864.730958.4462
Yxy64.73090.29860.3686
Hunter Lab80.4555-24.477713.2482
CIE-Lab84.3449-22.461210.4677

#acdebe color RGB value is (172,222,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011110 10111110
Octal 254 336 276
Decimal 172 222 190
Hex AC DE BE

RGB Percentages of Color #acdebe

%29.45
%38.01
%32.53

CMYK Percentages of Color #acdebe

%23
%0
%14
%13

Triadic Colors of #acdebe

#acdebe #beacde #debeac

Analogous Colors of #acdebe

#acdebe #acded7 #b3deac

Monochromatic Colors of #acdebe

#acdebe

Complementary Color

#acdebe #deaccc

#acdebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acdebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#acdebe Color CSS Codes

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

#acdebe Text Font Color

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

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


#acdebe Background Color

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

This div background color is #acdebe


#acdebe Border Color

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

This div border color is #acdebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acdebe


Comments

No comments written yet.

Please login to write comment.