Color Hex Logo

#a8ebda Color Hex

#A8EBDA
(168,235,218)
0 Favorites   0 Comments

Color spaces of #a8ebda

RGB 168235218
HSL0.460.630.79
HSV165°29°92°
CMYK 0.290.000.07   0.08
XYZ58.511772.803477.2982
Yxy72.80340.28050.3490
Hunter Lab85.3249-26.91196.0150
CIE-Lab88.3539-24.45931.5047

#a8ebda color RGB value is (168,235,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 11101011 11011010
Octal 250 353 332
Decimal 168 235 218
Hex A8 EB DA

RGB Percentages of Color #a8ebda

%27.05
%37.84
%35.10

CMYK Percentages of Color #a8ebda

%29
%0
%7
%8

Triadic Colors of #a8ebda

#a8ebda #daa8eb #ebdaa8

Analogous Colors of #a8ebda

#a8ebda #a8dbeb #a8ebb9

Monochromatic Colors of #a8ebda

#a8ebda

Complementary Color

#a8ebda #eba8b9

#a8ebda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8ebda Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8ebda Color CSS Codes

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

#a8ebda Text Font Color

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

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


#a8ebda Background Color

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

This div background color is #a8ebda


#a8ebda Border Color

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

This div border color is #a8ebda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,235,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 #a8ebda">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8ebda


Comments

No comments written yet.

Please login to write comment.