Color Hex Logo

#acdbb5 Color Hex

#ACDBB5
(172,219,181)
0 Favorites   0 Comments

Color spaces of #acdbb5

RGB 172219181
HSL0.370.390.77
HSV131°21°86°
CMYK 0.210.000.17   0.14
XYZ50.685362.769953.1605
Yxy62.76990.30420.3767
Hunter Lab79.2275-24.453715.6765
CIE-Lab83.3212-22.645513.7582

#acdbb5 color RGB value is (172,219,181).

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

The process color (four color CMYK) of #acdbb5 color hex is 0.21, 0.00, 0.17, 0.14. Web safe color of #acdbb5 is #99cccc. Color #acdbb5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011011 10110101
Octal 254 333 265
Decimal 172 219 181
Hex AC DB B5

RGB Percentages of Color #acdbb5

%30.07
%38.29
%31.64

CMYK Percentages of Color #acdbb5

%21
%0
%17
%14

Triadic Colors of #acdbb5

#acdbb5 #b5acdb #dbb5ac

Analogous Colors of #acdbb5

#acdbb5 #acdbcd #bbdbac

Monochromatic Colors of #acdbb5

#acdbb5

Complementary Color

#acdbb5 #dbacd2

#acdbb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acdbb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acdbb5 Color CSS Codes

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

#acdbb5 Text Font Color

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

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


#acdbb5 Background Color

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

This div background color is #acdbb5


#acdbb5 Border Color

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

This div border color is #acdbb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acdbb5


Comments

No comments written yet.

Please login to write comment.