Color Hex Logo

#a1cdfd Color Hex

#A1CDFD
(161,205,253)
0 Favorites   0 Comments

Color spaces of #a1cdfd

RGB 161205253
HSL0.590.960.81
HSV211°36°99°
CMYK 0.360.190.00   0.01
XYZ54.258958.3316101.3279
Yxy58.33160.25360.2727
Hunter Lab76.3751-6.8454-25.1982
CIE-Lab80.9228-2.9941-28.1546

#a1cdfd color RGB value is (161,205,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 11001101 11111101
Octal 241 315 375
Decimal 161 205 253
Hex A1 CD FD

RGB Percentages of Color #a1cdfd

%26.01
%33.12
%40.87

CMYK Percentages of Color #a1cdfd

%36
%19
%0
%1

Triadic Colors of #a1cdfd

#a1cdfd #fda1cd #cdfda1

Analogous Colors of #a1cdfd

#a1cdfd #a3a1fd #a1fbfd

Monochromatic Colors of #a1cdfd

#a1cdfd

Complementary Color

#a1cdfd #fdd1a1

#a1cdfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1cdfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1cdfd Color CSS Codes

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

#a1cdfd Text Font Color

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

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


#a1cdfd Background Color

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

This div background color is #a1cdfd


#a1cdfd Border Color

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

This div border color is #a1cdfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1cdfd


Comments

No comments written yet.

Please login to write comment.