Color Hex Logo

#a8e1e5 Color Hex

#A8E1E5
(168,225,229)
0 Favorites   0 Comments

Color spaces of #a8e1e5

RGB 168225229
HSL0.510.540.78
HSV184°27°90°
CMYK 0.270.020.00   0.10
XYZ57.216567.832484.2061
Yxy67.83240.27340.3242
Hunter Lab82.3604-20.1253-2.9664
CIE-Lab85.9226-17.1415-7.8511

#a8e1e5 color RGB value is (168,225,229).

#a8e1e5 hex color red value is 168, green value is 225 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #a8e1e5 hue: 0.51 , saturation: 0.54 and the lightness value of a8e1e5 is 0.78.

The process color (four color CMYK) of #a8e1e5 color hex is 0.27, 0.02, 0.00, 0.10. Web safe color of #a8e1e5 is #99cccc. Color #a8e1e5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 11100001 11100101
Octal 250 341 345
Decimal 168 225 229
Hex A8 E1 E5

RGB Percentages of Color #a8e1e5

%27.01
%36.17
%36.82

CMYK Percentages of Color #a8e1e5

%27
%2
%0
%10

Triadic Colors of #a8e1e5

#a8e1e5 #e5a8e1 #e1e5a8

Analogous Colors of #a8e1e5

#a8e1e5 #a8c3e5 #a8e5cb

Monochromatic Colors of #a8e1e5

#a8e1e5

Complementary Color

#a8e1e5 #e5aca8

#a8e1e5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8e1e5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8e1e5 Color CSS Codes

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

#a8e1e5 Text Font Color

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

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


#a8e1e5 Background Color

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

This div background color is #a8e1e5


#a8e1e5 Border Color

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

This div border color is #a8e1e5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8e1e5


Comments

No comments written yet.

Please login to write comment.