Color Hex Logo

#a4dcfd Color Hex

#A4DCFD
(164,220,253)
0 Favorites   0 Comments

Color spaces of #a4dcfd

RGB 164220253
HSL0.560.960.82
HSV202°35°99°
CMYK 0.350.130.00   0.01
XYZ58.632766.1708102.6105
Yxy66.17080.25780.2910
Hunter Lab81.3454-13.6941-17.8476
CIE-Lab85.0835-10.0698-21.8014

#a4dcfd color RGB value is (164,220,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 11011100 11111101
Octal 244 334 375
Decimal 164 220 253
Hex A4 DC FD

RGB Percentages of Color #a4dcfd

%25.75
%34.54
%39.72

CMYK Percentages of Color #a4dcfd

%35
%13
%0
%1

Triadic Colors of #a4dcfd

#a4dcfd #fda4dc #dcfda4

Analogous Colors of #a4dcfd

#a4dcfd #a4b0fd #a4fdf2

Monochromatic Colors of #a4dcfd

#a4dcfd

Complementary Color

#a4dcfd #fdc5a4

#a4dcfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4dcfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4dcfd Color CSS Codes

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

#a4dcfd Text Font Color

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

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


#a4dcfd Background Color

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

This div background color is #a4dcfd


#a4dcfd Border Color

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

This div border color is #a4dcfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4dcfd


Comments

No comments written yet.

Please login to write comment.