Color Hex Logo

#a8edce Color Hex

#A8EDCE
(168,237,206)
0 Favorites   0 Comments

Color spaces of #a8edce

RGB 168237206
HSL0.430.660.79
HSV153°29°93°
CMYK 0.290.000.13   0.07
XYZ57.573273.349469.5159
Yxy73.34940.28720.3659
Hunter Lab85.6443-29.883211.8264
CIE-Lab88.6141-27.86738.1540

#a8edce color RGB value is (168,237,206).

#a8edce hex color red value is 168, green value is 237 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #a8edce hue: 0.43 , saturation: 0.66 and the lightness value of a8edce is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 11101101 11001110
Octal 250 355 316
Decimal 168 237 206
Hex A8 ED CE

RGB Percentages of Color #a8edce

%27.50
%38.79
%33.72

CMYK Percentages of Color #a8edce

%29
%0
%13
%7

Triadic Colors of #a8edce

#a8edce #cea8ed #edcea8

Analogous Colors of #a8edce

#a8edce #a8eaed #a8edac

Monochromatic Colors of #a8edce

#a8edce

Complementary Color

#a8edce #eda8c7

#a8edce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8edce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8edce Color CSS Codes

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

#a8edce Text Font Color

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

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


#a8edce Background Color

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

This div background color is #a8edce


#a8edce Border Color

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

This div border color is #a8edce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8edce


Comments

No comments written yet.

Please login to write comment.