Color Hex Logo

#a5eedf Color Hex

#A5EEDF
(165,238,223)
0 Favorites   0 Comments

Color spaces of #a5eedf

RGB 165238223
HSL0.470.680.79
HSV168°31°93°
CMYK 0.310.000.06   0.07
XYZ59.410974.476181.0561
Yxy74.47610.27640.3465
Hunter Lab86.2995-28.14004.7221
CIE-Lab89.1470-25.71030.0266

#a5eedf color RGB value is (165,238,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 11101110 11011111
Octal 245 356 337
Decimal 165 238 223
Hex A5 EE DF

RGB Percentages of Color #a5eedf

%26.36
%38.02
%35.62

CMYK Percentages of Color #a5eedf

%31
%0
%6
%7

Triadic Colors of #a5eedf

#a5eedf #dfa5ee #eedfa5

Analogous Colors of #a5eedf

#a5eedf #a5d9ee #a5eebb

Monochromatic Colors of #a5eedf

#a5eedf

Complementary Color

#a5eedf #eea5b4

#a5eedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5eedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5eedf Color CSS Codes

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

#a5eedf Text Font Color

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

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


#a5eedf Background Color

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

This div background color is #a5eedf


#a5eedf Border Color

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

This div border color is #a5eedf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5eedf


Comments

No comments written yet.

Please login to write comment.