Color Hex Logo

#acf2ed Color Hex

#ACF2ED
(172,242,237)
0 Favorites   0 Comments

Color spaces of #acf2ed

RGB 172242237
HSL0.490.730.81
HSV176°29°95°
CMYK 0.290.000.02   0.05
XYZ64.051478.389391.8756
Yxy78.38930.27340.3345
Hunter Lab88.5377-25.80770.4512
CIE-Lab90.9573-22.6601-4.5829

#acf2ed color RGB value is (172,242,237).

#acf2ed hex color red value is 172, green value is 242 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #acf2ed hue: 0.49 , saturation: 0.73 and the lightness value of acf2ed is 0.81.

The process color (four color CMYK) of #acf2ed color hex is 0.29, 0.00, 0.02, 0.05. Web safe color of #acf2ed is #99ffff. Color #acf2ed contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11110010 11101101
Octal 254 362 355
Decimal 172 242 237
Hex AC F2 ED

RGB Percentages of Color #acf2ed

%26.42
%37.17
%36.41

CMYK Percentages of Color #acf2ed

%29
%0
%2
%5

Triadic Colors of #acf2ed

#acf2ed #edacf2 #f2edac

Analogous Colors of #acf2ed

#acf2ed #acd4f2 #acf2ca

Monochromatic Colors of #acf2ed

#acf2ed

Complementary Color

#acf2ed #f2acb1

#acf2ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acf2ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#acf2ed Color CSS Codes

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

#acf2ed Text Font Color

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

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


#acf2ed Background Color

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

This div background color is #acf2ed


#acf2ed Border Color

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

This div border color is #acf2ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acf2ed

#acf2ed Color Palettes


Comments

No comments written yet.

Please login to write comment.