Color Hex Logo

#a4cdfd Color Hex

#A4CDFD
(164,205,253)
0 Favorites   0 Comments

Color spaces of #a4cdfd

RGB 164205253
HSL0.590.960.82
HSV212°35°99°
CMYK 0.350.190.00   0.01
XYZ54.870858.6470101.3565
Yxy58.64700.25540.2729
Hunter Lab76.5813-6.1214-24.8642
CIE-Lab81.0972-2.1924-27.8723

#a4cdfd color RGB value is (164,205,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 11001101 11111101
Octal 244 315 375
Decimal 164 205 253
Hex A4 CD FD

RGB Percentages of Color #a4cdfd

%26.37
%32.96
%40.68

CMYK Percentages of Color #a4cdfd

%35
%19
%0
%1

Triadic Colors of #a4cdfd

#a4cdfd #fda4cd #cdfda4

Analogous Colors of #a4cdfd

#a4cdfd #a8a4fd #a4fafd

Monochromatic Colors of #a4cdfd

#a4cdfd

Complementary Color

#a4cdfd #fdd4a4

#a4cdfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4cdfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4cdfd Color CSS Codes

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

#a4cdfd Text Font Color

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

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


#a4cdfd Background Color

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

This div background color is #a4cdfd


#a4cdfd Border Color

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

This div border color is #a4cdfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4cdfd

Related Colors


Comments

No comments written yet.

Please login to write comment.