Color Hex Logo

#a4dffd Color Hex

#A4DFFD
(164,223,253)
0 Favorites   0 Comments

Color spaces of #a4dffd

RGB 164223253
HSL0.560.960.82
HSV200°35°99°
CMYK 0.350.120.00   0.01
XYZ59.427167.7597102.8753
Yxy67.75970.25830.2945
Hunter Lab82.3163-15.1879-16.4767
CIE-Lab85.8861-11.6159-20.5860

#a4dffd color RGB value is (164,223,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 11011111 11111101
Octal 244 337 375
Decimal 164 223 253
Hex A4 DF FD

RGB Percentages of Color #a4dffd

%25.63
%34.84
%39.53

CMYK Percentages of Color #a4dffd

%35
%12
%0
%1

Triadic Colors of #a4dffd

#a4dffd #fda4df #dffda4

Analogous Colors of #a4dffd

#a4dffd #a4b3fd #a4fdef

Monochromatic Colors of #a4dffd

#a4dffd

Complementary Color

#a4dffd #fdc2a4

#a4dffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4dffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4dffd Color CSS Codes

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

#a4dffd Text Font Color

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

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


#a4dffd Background Color

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

This div background color is #a4dffd


#a4dffd Border Color

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

This div border color is #a4dffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4dffd


Comments

No comments written yet.

Please login to write comment.