Color Hex Logo

#acdff4 Color Hex

#ACDFF4
(172,223,244)
2 Favorites   0 Comments

Color spaces of #acdff4

RGB 172223244
HSL0.550.770.82
HSV198°30°96°
CMYK 0.300.090.00   0.04
XYZ59.730168.077795.5801
Yxy68.07770.26740.3048
Hunter Lab82.5092-15.1713-10.9261
CIE-Lab86.0453-11.5765-15.5585

#acdff4 color RGB value is (172,223,244).

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

The process color (four color CMYK) of #acdff4 color hex is 0.30, 0.09, 0.00, 0.04. Web safe color of #acdff4 is #99ccff. Color #acdff4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011111 11110100
Octal 254 337 364
Decimal 172 223 244
Hex AC DF F4

RGB Percentages of Color #acdff4

%26.92
%34.90
%38.18

CMYK Percentages of Color #acdff4

%30
%9
%0
%4

Triadic Colors of #acdff4

#acdff4 #f4acdf #dff4ac

Analogous Colors of #acdff4

#acdff4 #acbbf4 #acf4e5

Monochromatic Colors of #acdff4

#acdff4

Complementary Color

#acdff4 #f4c1ac

#acdff4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acdff4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acdff4 Color CSS Codes

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

#acdff4 Text Font Color

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

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


#acdff4 Background Color

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

This div background color is #acdff4


#acdff4 Border Color

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

This div border color is #acdff4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acdff4


Comments

No comments written yet.

Please login to write comment.