Color Hex Logo

#a5eede Color Hex

#A5EEDE
(165,238,222)
0 Favorites   0 Comments

Color spaces of #a5eede

RGB 165238222
HSL0.460.680.79
HSV167°31°93°
CMYK 0.310.000.07   0.07
XYZ59.276474.422380.3480
Yxy74.42230.27690.3477
Hunter Lab86.2684-28.31945.1668
CIE-Lab89.1217-25.92400.5123

#a5eede color RGB value is (165,238,222).

#a5eede hex color red value is 165, green value is 238 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #a5eede hue: 0.46 , saturation: 0.68 and the lightness value of a5eede is 0.79.

The process color (four color CMYK) of #a5eede color hex is 0.31, 0.00, 0.07, 0.07. Web safe color of #a5eede is #99ffcc. Color #a5eede contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 11101110 11011110
Octal 245 356 336
Decimal 165 238 222
Hex A5 EE DE

RGB Percentages of Color #a5eede

%26.40
%38.08
%35.52

CMYK Percentages of Color #a5eede

%31
%0
%7
%7

Triadic Colors of #a5eede

#a5eede #dea5ee #eedea5

Analogous Colors of #a5eede

#a5eede #a5daee #a5eeba

Monochromatic Colors of #a5eede

#a5eede

Complementary Color

#a5eede #eea5b5

#a5eede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5eede Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5eede Color CSS Codes

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

#a5eede Text Font Color

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

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


#a5eede Background Color

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

This div background color is #a5eede


#a5eede Border Color

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

This div border color is #a5eede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5eede


Comments

No comments written yet.

Please login to write comment.