Color Hex Logo

#a5dffa Color Hex

#A5DFFA
(165,223,250)
0 Favorites   0 Comments

Color spaces of #a5dffa

RGB 165223250
HSL0.550.890.81
HSV199°34°98°
CMYK 0.340.110.00   0.02
XYZ59.160067.6768100.3873
Yxy67.67680.26040.2978
Hunter Lab82.2659-15.6004-14.7642
CIE-Lab85.8446-12.0783-19.0627

#a5dffa color RGB value is (165,223,250).

#a5dffa hex color red value is 165, green value is 223 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #a5dffa hue: 0.55 , saturation: 0.89 and the lightness value of a5dffa is 0.81.

The process color (four color CMYK) of #a5dffa color hex is 0.34, 0.11, 0.00, 0.02. Web safe color of #a5dffa is #99ccff. Color #a5dffa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 11011111 11111010
Octal 245 337 372
Decimal 165 223 250
Hex A5 DF FA

RGB Percentages of Color #a5dffa

%25.86
%34.95
%39.18

CMYK Percentages of Color #a5dffa

%34
%11
%0
%2

Triadic Colors of #a5dffa

#a5dffa #faa5df #dffaa5

Analogous Colors of #a5dffa

#a5dffa #a5b5fa #a5faeb

Monochromatic Colors of #a5dffa

#a5dffa

Complementary Color

#a5dffa #fac0a5

#a5dffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5dffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5dffa Color CSS Codes

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

#a5dffa Text Font Color

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

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


#a5dffa Background Color

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

This div background color is #a5dffa


#a5dffa Border Color

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

This div border color is #a5dffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5dffa

Related Colors


Comments

No comments written yet.

Please login to write comment.