Color Hex Logo

#acdff0 Color Hex

#ACDFF0
(172,223,240)
0 Favorites   0 Comments

Color spaces of #acdff0

RGB 172223240
HSL0.540.690.81
HSV195°28°94°
CMYK 0.280.070.00   0.06
XYZ59.129167.837392.4155
Yxy67.83730.26950.3092
Hunter Lab82.3634-15.9899-8.8717
CIE-Lab85.9250-12.4994-13.6286

#acdff0 color RGB value is (172,223,240).

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

The process color (four color CMYK) of #acdff0 color hex is 0.28, 0.07, 0.00, 0.06. Web safe color of #acdff0 is #99ccff. Color #acdff0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011111 11110000
Octal 254 337 360
Decimal 172 223 240
Hex AC DF F0

RGB Percentages of Color #acdff0

%27.09
%35.12
%37.80

CMYK Percentages of Color #acdff0

%28
%7
%0
%6

Triadic Colors of #acdff0

#acdff0 #f0acdf #dff0ac

Analogous Colors of #acdff0

#acdff0 #acbdf0 #acf0df

Monochromatic Colors of #acdff0

#acdff0

Complementary Color

#acdff0 #f0bdac

#acdff0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acdff0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acdff0 Color CSS Codes

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

#acdff0 Text Font Color

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

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


#acdff0 Background Color

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

This div background color is #acdff0


#acdff0 Border Color

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

This div border color is #acdff0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acdff0


Comments

No comments written yet.

Please login to write comment.