Color Hex Logo

#a5edda Color Hex

#A5EDDA
(165,237,218)
0 Favorites   0 Comments

Color spaces of #a5edda

RGB 165237218
HSL0.460.670.79
HSV164°30°93°
CMYK 0.300.000.08   0.07
XYZ58.456173.629777.4606
Yxy73.62970.27900.3514
Hunter Lab85.8078-28.56136.5430
CIE-Lab88.7472-26.28942.0580

#a5edda color RGB value is (165,237,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 11101101 11011010
Octal 245 355 332
Decimal 165 237 218
Hex A5 ED DA

RGB Percentages of Color #a5edda

%26.61
%38.23
%35.16

CMYK Percentages of Color #a5edda

%30
%0
%8
%7

Triadic Colors of #a5edda

#a5edda #daa5ed #eddaa5

Analogous Colors of #a5edda

#a5edda #a5dced #a5edb6

Monochromatic Colors of #a5edda

#a5edda

Complementary Color

#a5edda #eda5b8

#a5edda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5edda Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5edda Color CSS Codes

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

#a5edda Text Font Color

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

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


#a5edda Background Color

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

This div background color is #a5edda


#a5edda Border Color

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

This div border color is #a5edda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5edda


Comments

No comments written yet.

Please login to write comment.