Color Hex Logo

#acfdb4 Color Hex

#ACFDB4
(172,253,180)
0 Favorites   0 Comments

Color spaces of #acfdb4

RGB 172253180
HSL0.350.950.83
HSV126°32°99°
CMYK 0.320.000.29   0.01
XYZ60.376882.316555.8865
Yxy82.31650.30400.4145
Hunter Lab90.7284-39.988926.9887
CIE-Lab92.7144-38.782427.3063

#acfdb4 color RGB value is (172,253,180).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111101 10110100
Octal 254 375 264
Decimal 172 253 180
Hex AC FD B4

RGB Percentages of Color #acfdb4

%28.43
%41.82
%29.75

CMYK Percentages of Color #acfdb4

%32
%0
%29
%1

Triadic Colors of #acfdb4

#acfdb4 #b4acfd #fdb4ac

Analogous Colors of #acfdb4

#acfdb4 #acfddd #cdfdac

Monochromatic Colors of #acfdb4

#acfdb4

Complementary Color

#acfdb4 #fdacf5

#acfdb4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acfdb4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acfdb4 Color CSS Codes

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

#acfdb4 Text Font Color

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

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


#acfdb4 Background Color

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

This div background color is #acfdb4


#acfdb4 Border Color

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

This div border color is #acfdb4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acfdb4


Comments

No comments written yet.

Please login to write comment.