Color Hex Logo

#acdeba Color Hex

#ACDEBA
(172,222,186)
0 Favorites   0 Comments

Color spaces of #acdeba

RGB 172222186
HSL0.380.430.77
HSV137°23°87°
CMYK 0.230.000.16   0.13
XYZ51.997564.558456.1748
Yxy64.55840.30100.3738
Hunter Lab80.3482-25.092814.7917
CIE-Lab84.2557-23.204212.4474

#acdeba color RGB value is (172,222,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011110 10111010
Octal 254 336 272
Decimal 172 222 186
Hex AC DE BA

RGB Percentages of Color #acdeba

%29.66
%38.28
%32.07

CMYK Percentages of Color #acdeba

%23
%0
%16
%13

Triadic Colors of #acdeba

#acdeba #baacde #debaac

Analogous Colors of #acdeba

#acdeba #acded3 #b7deac

Monochromatic Colors of #acdeba

#acdeba

Complementary Color

#acdeba #deacd0

#acdeba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acdeba Color Preview on White Background

Lorem ipsum dolor sit amet.

#acdeba Color CSS Codes

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

#acdeba Text Font Color

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

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


#acdeba Background Color

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

This div background color is #acdeba


#acdeba Border Color

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

This div border color is #acdeba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acdeba


Comments

No comments written yet.

Please login to write comment.