Color Hex Logo

#a5daff Color Hex

#A5DAFF
(165,218,255)
0 Favorites   0 Comments

Color spaces of #a5daff

RGB 165218255
HSL0.571.000.82
HSV205°35°100°
CMYK 0.350.150.00   0.00
XYZ58.638565.3621104.1333
Yxy65.36210.25700.2865
Hunter Lab80.8468-12.0153-19.7746
CIE-Lab84.6700-8.2735-23.4796

#a5daff color RGB value is (165,218,255).

#a5daff hex color red value is 165, green value is 218 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #a5daff hue: 0.57 , saturation: 1.00 and the lightness value of a5daff is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 11011010 11111111
Octal 245 332 377
Decimal 165 218 255
Hex A5 DA FF

RGB Percentages of Color #a5daff

%25.86
%34.17
%39.97

CMYK Percentages of Color #a5daff

%35
%15
%0
%0

Triadic Colors of #a5daff

#a5daff #ffa5da #daffa5

Analogous Colors of #a5daff

#a5daff #a5adff #a5fff7

Monochromatic Colors of #a5daff

#a5daff

Complementary Color

#a5daff #ffcaa5

#a5daff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5daff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5daff Color CSS Codes

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

#a5daff Text Font Color

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

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


#a5daff Background Color

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

This div background color is #a5daff


#a5daff Border Color

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

This div border color is #a5daff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,218,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a5daff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5daff

Related Colors


Comments

No comments written yet.

Please login to write comment.