Color Hex Logo

#a5d0fd Color Hex

#A5D0FD
(165,208,253)
0 Favorites   0 Comments

Color spaces of #a5d0fd

RGB 165208253
HSL0.590.960.82
HSV211°35°99°
CMYK 0.350.180.00   0.01
XYZ55.802560.2029101.6077
Yxy60.20290.25640.2767
Hunter Lab77.5905-7.4076-23.3291
CIE-Lab81.9484-3.5180-26.5660

#a5d0fd color RGB value is (165,208,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 11010000 11111101
Octal 245 320 375
Decimal 165 208 253
Hex A5 D0 FD

RGB Percentages of Color #a5d0fd

%26.36
%33.23
%40.42

CMYK Percentages of Color #a5d0fd

%35
%18
%0
%1

Triadic Colors of #a5d0fd

#a5d0fd #fda5d0 #d0fda5

Analogous Colors of #a5d0fd

#a5d0fd #a6a5fd #a5fcfd

Monochromatic Colors of #a5d0fd

#a5d0fd

Complementary Color

#a5d0fd #fdd2a5

#a5d0fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5d0fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5d0fd Color CSS Codes

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

#a5d0fd Text Font Color

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

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


#a5d0fd Background Color

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

This div background color is #a5d0fd


#a5d0fd Border Color

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

This div border color is #a5d0fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5d0fd


Comments

No comments written yet.

Please login to write comment.