Color Hex Logo

#acf0ef Color Hex

#ACF0EF
(172,240,239)
0 Favorites   0 Comments

Color spaces of #acf0ef

RGB 172240239
HSL0.500.690.81
HSV179°28°94°
CMYK 0.280.000.00   0.06
XYZ63.753377.322893.2260
Yxy77.32280.27210.3300
Hunter Lab87.9334-24.4677-1.3052
CIE-Lab90.4700-21.2409-6.3445

#acf0ef color RGB value is (172,240,239).

#acf0ef hex color red value is 172, green value is 240 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #acf0ef hue: 0.50 , saturation: 0.69 and the lightness value of acf0ef is 0.81.

The process color (four color CMYK) of #acf0ef color hex is 0.28, 0.00, 0.00, 0.06. Web safe color of #acf0ef is #99ffff. Color #acf0ef contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11110000 11101111
Octal 254 360 357
Decimal 172 240 239
Hex AC F0 EF

RGB Percentages of Color #acf0ef

%26.42
%36.87
%36.71

CMYK Percentages of Color #acf0ef

%28
%0
%0
%6

Triadic Colors of #acf0ef

#acf0ef #efacf0 #f0efac

Analogous Colors of #acf0ef

#acf0ef #accff0 #acf0cd

Monochromatic Colors of #acf0ef

#acf0ef

Complementary Color

#acf0ef #f0acad

#acf0ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acf0ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#acf0ef Color CSS Codes

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

#acf0ef Text Font Color

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

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


#acf0ef Background Color

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

This div background color is #acf0ef


#acf0ef Border Color

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

This div border color is #acf0ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acf0ef


Comments

No comments written yet.

Please login to write comment.