Color Hex Logo

#a5deea Color Hex

#A5DEEA
(165,222,234)
0 Favorites   0 Comments

Color spaces of #a5deea

RGB 165222234
HSL0.530.620.78
HSV190°29°92°
CMYK 0.290.050.00   0.08
XYZ56.489666.182487.6391
Yxy66.18240.26860.3147
Hunter Lab81.3526-18.4201-6.9248
CIE-Lab85.0894-15.3455-11.7492

#a5deea color RGB value is (165,222,234).

#a5deea hex color red value is 165, green value is 222 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #a5deea hue: 0.53 , saturation: 0.62 and the lightness value of a5deea is 0.78.

The process color (four color CMYK) of #a5deea color hex is 0.29, 0.05, 0.00, 0.08. Web safe color of #a5deea is #99ccff. Color #a5deea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 11011110 11101010
Octal 245 336 352
Decimal 165 222 234
Hex A5 DE EA

RGB Percentages of Color #a5deea

%26.57
%35.75
%37.68

CMYK Percentages of Color #a5deea

%29
%5
%0
%8

Triadic Colors of #a5deea

#a5deea #eaa5de #deeaa5

Analogous Colors of #a5deea

#a5deea #a5bcea #a5ead4

Monochromatic Colors of #a5deea

#a5deea

Complementary Color

#a5deea #eab1a5

#a5deea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5deea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5deea Color CSS Codes

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

#a5deea Text Font Color

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

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


#a5deea Background Color

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

This div background color is #a5deea


#a5deea Border Color

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

This div border color is #a5deea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5deea


Comments

No comments written yet.

Please login to write comment.