Color Hex Logo

#acdfb1 Color Hex

#ACDFB1
(172,223,177)
0 Favorites   0 Comments

Color spaces of #acdfb1

RGB 172223177
HSL0.350.440.77
HSV126°23°87°
CMYK 0.230.000.21   0.13
XYZ51.336764.720351.3815
Yxy64.72030.30660.3865
Hunter Lab80.4489-26.879818.4466
CIE-Lab84.3394-25.304817.2905

#acdfb1 color RGB value is (172,223,177).

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

The process color (four color CMYK) of #acdfb1 color hex is 0.23, 0.00, 0.21, 0.13. Web safe color of #acdfb1 is #99cc99. Color #acdfb1 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011111 10110001
Octal 254 337 261
Decimal 172 223 177
Hex AC DF B1

RGB Percentages of Color #acdfb1

%30.07
%38.99
%30.94

CMYK Percentages of Color #acdfb1

%23
%0
%21
%13

Triadic Colors of #acdfb1

#acdfb1 #b1acdf #dfb1ac

Analogous Colors of #acdfb1

#acdfb1 #acdfcb #c1dfac

Monochromatic Colors of #acdfb1

#acdfb1

Complementary Color

#acdfb1 #dfacda

#acdfb1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acdfb1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acdfb1 Color CSS Codes

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

#acdfb1 Text Font Color

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

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


#acdfb1 Background Color

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

This div background color is #acdfb1


#acdfb1 Border Color

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

This div border color is #acdfb1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acdfb1


Comments

No comments written yet.

Please login to write comment.