Color Hex Logo

#a8fddd Color Hex

#A8FDDD
(168,253,221)
0 Favorites   0 Comments

Color spaces of #a8fddd

RGB 168253221
HSL0.440.960.83
HSV157°34°99°
CMYK 0.340.000.13   0.01
XYZ64.324983.795881.1906
Yxy83.79580.28050.3654
Hunter Lab91.5400-34.763711.4913
CIE-Lab93.3617-32.40127.1932

#a8fddd color RGB value is (168,253,221).

#a8fddd hex color red value is 168, green value is 253 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #a8fddd hue: 0.44 , saturation: 0.96 and the lightness value of a8fddd is 0.83.

The process color (four color CMYK) of #a8fddd color hex is 0.34, 0.00, 0.13, 0.01. Web safe color of #a8fddd is #99ffcc. Color #a8fddd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 11111101 11011101
Octal 250 375 335
Decimal 168 253 221
Hex A8 FD DD

RGB Percentages of Color #a8fddd

%26.17
%39.41
%34.42

CMYK Percentages of Color #a8fddd

%34
%0
%13
%1

Triadic Colors of #a8fddd

#a8fddd #dda8fd #fddda8

Analogous Colors of #a8fddd

#a8fddd #a8f3fd #a8fdb3

Monochromatic Colors of #a8fddd

#a8fddd

Complementary Color

#a8fddd #fda8c8

#a8fddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8fddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8fddd Color CSS Codes

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

#a8fddd Text Font Color

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

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


#a8fddd Background Color

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

This div background color is #a8fddd


#a8fddd Border Color

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

This div border color is #a8fddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8fddd


Comments

No comments written yet.

Please login to write comment.