Color Hex Logo

#a5dafe Color Hex

#A5DAFE
(165,218,254)
0 Favorites   0 Comments

Color spaces of #a5dafe

RGB 165218254
HSL0.570.980.82
HSV204°35°100°
CMYK 0.350.140.00   0.00
XYZ58.477865.2979103.2876
Yxy65.29790.25750.2876
Hunter Lab80.8071-12.2371-19.2195
CIE-Lab84.6370-8.5205-23.0016

#a5dafe color RGB value is (165,218,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 11011010 11111110
Octal 245 332 376
Decimal 165 218 254
Hex A5 DA FE

RGB Percentages of Color #a5dafe

%25.90
%34.22
%39.87

CMYK Percentages of Color #a5dafe

%35
%14
%0
%0

Triadic Colors of #a5dafe

#a5dafe #fea5da #dafea5

Analogous Colors of #a5dafe

#a5dafe #a5aefe #a5fef6

Monochromatic Colors of #a5dafe

#a5dafe

Complementary Color

#a5dafe #fec9a5

#a5dafe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5dafe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5dafe Color CSS Codes

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

#a5dafe Text Font Color

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

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


#a5dafe Background Color

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

This div background color is #a5dafe


#a5dafe Border Color

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

This div border color is #a5dafe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5dafe


Comments

No comments written yet.

Please login to write comment.