Color Hex Logo

#a4ddfc Color Hex

#A4DDFC
(164,221,252)
0 Favorites   0 Comments

Color spaces of #a4ddfc

RGB 164221252
HSL0.560.940.82
HSV201°35°99°
CMYK 0.350.120.00   0.01
XYZ58.737066.6337101.8613
Yxy66.63370.25850.2932
Hunter Lab81.6295-14.4108-16.8444
CIE-Lab85.3186-10.8312-20.9176

#a4ddfc color RGB value is (164,221,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 11011101 11111100
Octal 244 335 374
Decimal 164 221 252
Hex A4 DD FC

RGB Percentages of Color #a4ddfc

%25.75
%34.69
%39.56

CMYK Percentages of Color #a4ddfc

%35
%12
%0
%1

Triadic Colors of #a4ddfc

#a4ddfc #fca4dd #ddfca4

Analogous Colors of #a4ddfc

#a4ddfc #a4b1fc #a4fcef

Monochromatic Colors of #a4ddfc

#a4ddfc

Complementary Color

#a4ddfc #fcc3a4

#a4ddfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4ddfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4ddfc Color CSS Codes

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

#a4ddfc Text Font Color

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

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


#a4ddfc Background Color

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

This div background color is #a4ddfc


#a4ddfc Border Color

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

This div border color is #a4ddfc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,221,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 #a4ddfc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4ddfc


Comments

No comments written yet.

Please login to write comment.