Color Hex Logo

#acdfc5 Color Hex

#ACDFC5
(172,223,197)
0 Favorites   0 Comments

Color spaces of #acdfc5

RGB 172223197
HSL0.420.440.77
HSV149°23°87°
CMYK 0.230.000.12   0.13
XYZ53.479065.577262.6624
Yxy65.57720.29430.3609
Hunter Lab80.9798-23.833210.8070
CIE-Lab84.7803-21.61817.4004

#acdfc5 color RGB value is (172,223,197).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011111 11000101
Octal 254 337 305
Decimal 172 223 197
Hex AC DF C5

RGB Percentages of Color #acdfc5

%29.05
%37.67
%33.28

CMYK Percentages of Color #acdfc5

%23
%0
%12
%13

Triadic Colors of #acdfc5

#acdfc5 #c5acdf #dfc5ac

Analogous Colors of #acdfc5

#acdfc5 #acdfdf #addfac

Monochromatic Colors of #acdfc5

#acdfc5

Complementary Color

#acdfc5 #dfacc6

#acdfc5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acdfc5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acdfc5 Color CSS Codes

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

#acdfc5 Text Font Color

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

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


#acdfc5 Background Color

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

This div background color is #acdfc5


#acdfc5 Border Color

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

This div border color is #acdfc5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acdfc5


Comments

No comments written yet.

Please login to write comment.