Color Hex Logo

#a1dbfd Color Hex

#A1DBFD
(161,219,253)
0 Favorites   0 Comments

Color spaces of #a1dbfd

RGB 161219253
HSL0.560.960.81
HSV202°36°99°
CMYK 0.360.130.00   0.01
XYZ57.759165.3320102.4946
Yxy65.33200.25600.2896
Hunter Lab80.8282-13.8949-18.6032
CIE-Lab84.6545-10.3454-22.4671

#a1dbfd color RGB value is (161,219,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 11011011 11111101
Octal 241 333 375
Decimal 161 219 253
Hex A1 DB FD

RGB Percentages of Color #a1dbfd

%25.43
%34.60
%39.97

CMYK Percentages of Color #a1dbfd

%36
%13
%0
%1

Triadic Colors of #a1dbfd

#a1dbfd #fda1db #dbfda1

Analogous Colors of #a1dbfd

#a1dbfd #a1adfd #a1fdf1

Monochromatic Colors of #a1dbfd

#a1dbfd

Complementary Color

#a1dbfd #fdc3a1

#a1dbfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1dbfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1dbfd Color CSS Codes

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

#a1dbfd Text Font Color

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

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


#a1dbfd Background Color

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

This div background color is #a1dbfd


#a1dbfd Border Color

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

This div border color is #a1dbfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1dbfd

Related Colors


Comments

No comments written yet.

Please login to write comment.