Color Hex Logo

#acfdc9 Color Hex

#ACFDC9
(172,253,201)
0 Favorites   0 Comments

Color spaces of #acfdc9

RGB 172253201
HSL0.390.950.83
HSV141°32°99°
CMYK 0.320.000.21   0.01
XYZ62.681283.238368.0213
Yxy83.23830.29300.3891
Hunter Lab91.2350-37.026419.6602
CIE-Lab93.1187-35.125017.1637

#acfdc9 color RGB value is (172,253,201).

#acfdc9 hex color red value is 172, green value is 253 and the blue value of its RGB is 201. Cylindrical-coordinate representations (also known as HSL) of color #acfdc9 hue: 0.39 , saturation: 0.95 and the lightness value of acfdc9 is 0.83.

The process color (four color CMYK) of #acfdc9 color hex is 0.32, 0.00, 0.21, 0.01. Web safe color of #acfdc9 is #99ffcc. Color #acfdc9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111101 11001001
Octal 254 375 311
Decimal 172 253 201
Hex AC FD C9

RGB Percentages of Color #acfdc9

%27.48
%40.42
%32.11

CMYK Percentages of Color #acfdc9

%32
%0
%21
%1

Triadic Colors of #acfdc9

#acfdc9 #c9acfd #fdc9ac

Analogous Colors of #acfdc9

#acfdc9 #acfdf2 #b8fdac

Monochromatic Colors of #acfdc9

#acfdc9

Complementary Color

#acfdc9 #fdace0

#acfdc9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acfdc9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acfdc9 Color CSS Codes

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

#acfdc9 Text Font Color

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

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


#acfdc9 Background Color

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

This div background color is #acfdc9


#acfdc9 Border Color

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

This div border color is #acfdc9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acfdc9

Related Colors


Comments

No comments written yet.

Please login to write comment.