Color Hex Logo

#acdfbb Color Hex

#ACDFBB
(172,223,187)
0 Favorites   0 Comments

Color spaces of #acdfbb

RGB 172223187
HSL0.380.440.77
HSV138°23°87°
CMYK 0.230.000.16   0.13
XYZ52.370665.133956.8256
Yxy65.13390.30040.3736
Hunter Lab80.7056-25.404414.7472
CIE-Lab84.5527-23.508812.3424

#acdfbb color RGB value is (172,223,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011111 10111011
Octal 254 337 273
Decimal 172 223 187
Hex AC DF BB

RGB Percentages of Color #acdfbb

%29.55
%38.32
%32.13

CMYK Percentages of Color #acdfbb

%23
%0
%16
%13

Triadic Colors of #acdfbb

#acdfbb #bbacdf #dfbbac

Analogous Colors of #acdfbb

#acdfbb #acdfd5 #b7dfac

Monochromatic Colors of #acdfbb

#acdfbb

Complementary Color

#acdfbb #dfacd0

#acdfbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acdfbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#acdfbb Color CSS Codes

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

#acdfbb Text Font Color

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

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


#acdfbb Background Color

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

This div background color is #acdfbb


#acdfbb Border Color

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

This div border color is #acdfbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acdfbb


Comments

No comments written yet.

Please login to write comment.