Color Hex Logo

#a4ccfd Color Hex

#A4CCFD
(164,204,253)
0 Favorites   0 Comments

Color spaces of #a4ccfd

RGB 164204253
HSL0.590.960.82
HSV213°35°99°
CMYK 0.350.190.00   0.01
XYZ54.632358.1701101.2770
Yxy58.17010.25520.2717
Hunter Lab76.2693-5.6104-25.3419
CIE-Lab80.8333-1.6589-28.2762

#a4ccfd color RGB value is (164,204,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 11001100 11111101
Octal 244 314 375
Decimal 164 204 253
Hex A4 CC FD

RGB Percentages of Color #a4ccfd

%26.41
%32.85
%40.74

CMYK Percentages of Color #a4ccfd

%35
%19
%0
%1

Triadic Colors of #a4ccfd

#a4ccfd #fda4cc #ccfda4

Analogous Colors of #a4ccfd

#a4ccfd #a9a4fd #a4f9fd

Monochromatic Colors of #a4ccfd

#a4ccfd

Complementary Color

#a4ccfd #fdd5a4

#a4ccfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4ccfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4ccfd Color CSS Codes

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

#a4ccfd Text Font Color

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

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


#a4ccfd Background Color

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

This div background color is #a4ccfd


#a4ccfd Border Color

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

This div border color is #a4ccfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4ccfd

Related Colors


Comments

No comments written yet.

Please login to write comment.