Color Hex Logo

#acf4dd Color Hex

#ACF4DD
(172,244,221)
0 Favorites   0 Comments

Color spaces of #acf4dd

RGB 172244221
HSL0.450.770.82
HSV161°30°96°
CMYK 0.300.000.09   0.04
XYZ62.415178.692580.3062
Yxy78.69250.28190.3554
Hunter Lab88.7088-29.64868.4222
CIE-Lab91.0950-27.01893.9459

#acf4dd color RGB value is (172,244,221).

#acf4dd hex color red value is 172, green value is 244 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #acf4dd hue: 0.45 , saturation: 0.77 and the lightness value of acf4dd is 0.82.

The process color (four color CMYK) of #acf4dd color hex is 0.30, 0.00, 0.09, 0.04. Web safe color of #acf4dd is #99ffcc. Color #acf4dd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11110100 11011101
Octal 254 364 335
Decimal 172 244 221
Hex AC F4 DD

RGB Percentages of Color #acf4dd

%27.00
%38.30
%34.69

CMYK Percentages of Color #acf4dd

%30
%0
%9
%4

Triadic Colors of #acf4dd

#acf4dd #ddacf4 #f4ddac

Analogous Colors of #acf4dd

#acf4dd #ace7f4 #acf4b9

Monochromatic Colors of #acf4dd

#acf4dd

Complementary Color

#acf4dd #f4acc3

#acf4dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acf4dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#acf4dd Color CSS Codes

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

#acf4dd Text Font Color

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

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


#acf4dd Background Color

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

This div background color is #acf4dd


#acf4dd Border Color

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

This div border color is #acf4dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acf4dd


Comments

No comments written yet.

Please login to write comment.