Color Hex Logo

#a8ffee Color Hex

#A8FFEE
(168,255,238)
0 Favorites   0 Comments

Color spaces of #a8ffee

RGB 168255238
HSL0.471.000.83
HSV168°34°100°
CMYK 0.340.000.07   0.00
XYZ67.341186.017993.9428
Yxy86.01790.27230.3478
Hunter Lab92.7458-32.69954.8669
CIE-Lab94.3200-29.7749-0.1920

#a8ffee color RGB value is (168,255,238).

#a8ffee hex color red value is 168, green value is 255 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #a8ffee hue: 0.47 , saturation: 1.00 and the lightness value of a8ffee is 0.83.

The process color (four color CMYK) of #a8ffee color hex is 0.34, 0.00, 0.07, 0.00. Web safe color of #a8ffee is #99ffff. Color #a8ffee contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 11111111 11101110
Octal 250 377 356
Decimal 168 255 238
Hex A8 FF EE

RGB Percentages of Color #a8ffee

%25.42
%38.58
%36.01

CMYK Percentages of Color #a8ffee

%34
%0
%7
%0

Triadic Colors of #a8ffee

#a8ffee #eea8ff #ffeea8

Analogous Colors of #a8ffee

#a8ffee #a8e5ff #a8ffc3

Monochromatic Colors of #a8ffee

#a8ffee

Complementary Color

#a8ffee #ffa8b9

#a8ffee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8ffee Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8ffee Color CSS Codes

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

#a8ffee Text Font Color

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

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


#a8ffee Background Color

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

This div background color is #a8ffee


#a8ffee Border Color

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

This div border color is #a8ffee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8ffee

Related Colors


Comments

No comments written yet.

Please login to write comment.