Color Hex Logo

#acdfb6 Color Hex

#ACDFB6
(172,223,182)
0 Favorites   0 Comments

Color spaces of #acdfb6

RGB 172223182
HSL0.370.440.77
HSV132°23°87°
CMYK 0.230.000.18   0.13
XYZ51.844464.923454.0549
Yxy64.92340.30350.3801
Hunter Lab80.5751-26.154116.6270
CIE-Lab84.4442-24.418814.8163

#acdfb6 color RGB value is (172,223,182).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011111 10110110
Octal 254 337 266
Decimal 172 223 182
Hex AC DF B6

RGB Percentages of Color #acdfb6

%29.81
%38.65
%31.54

CMYK Percentages of Color #acdfb6

%23
%0
%18
%13

Triadic Colors of #acdfb6

#acdfb6 #b6acdf #dfb6ac

Analogous Colors of #acdfb6

#acdfb6 #acdfd0 #bcdfac

Monochromatic Colors of #acdfb6

#acdfb6

Complementary Color

#acdfb6 #dfacd5

#acdfb6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acdfb6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acdfb6 Color CSS Codes

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

#acdfb6 Text Font Color

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

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


#acdfb6 Background Color

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

This div background color is #acdfb6


#acdfb6 Border Color

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

This div border color is #acdfb6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acdfb6


Comments

No comments written yet.

Please login to write comment.