Color Hex Logo

#a4dffc Color Hex

#A4DFFC
(164,223,252)
0 Favorites   0 Comments

Color spaces of #a4dffc

RGB 164223252
HSL0.550.940.82
HSV200°35°99°
CMYK 0.350.120.00   0.01
XYZ59.268267.6961102.0384
Yxy67.69610.25880.2956
Hunter Lab82.2776-15.4045-15.9354
CIE-Lab85.8543-11.8599-20.1074

#a4dffc color RGB value is (164,223,252).

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

The process color (four color CMYK) of #a4dffc color hex is 0.35, 0.12, 0.00, 0.01. Web safe color of #a4dffc is #99ccff. Color #a4dffc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 11011111 11111100
Octal 244 337 374
Decimal 164 223 252
Hex A4 DF FC

RGB Percentages of Color #a4dffc

%25.67
%34.90
%39.44

CMYK Percentages of Color #a4dffc

%35
%12
%0
%1

Triadic Colors of #a4dffc

#a4dffc #fca4df #dffca4

Analogous Colors of #a4dffc

#a4dffc #a4b3fc #a4fced

Monochromatic Colors of #a4dffc

#a4dffc

Complementary Color

#a4dffc #fcc1a4

#a4dffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4dffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4dffc Color CSS Codes

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

#a4dffc Text Font Color

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

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


#a4dffc Background Color

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

This div background color is #a4dffc


#a4dffc Border Color

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

This div border color is #a4dffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4dffc


Comments

No comments written yet.

Please login to write comment.