Color Hex Logo

#a8fedb Color Hex

#A8FEDB
(168,254,219)
0 Favorites   0 Comments

Color spaces of #a8fedb

RGB 168254219
HSL0.430.980.83
HSV156°34°100°
CMYK 0.340.000.14   0.00
XYZ64.376484.322979.9008
Yxy84.32290.28160.3689
Hunter Lab91.8275-35.559312.6899
CIE-Lab93.5906-33.27048.5532

#a8fedb color RGB value is (168,254,219).

#a8fedb hex color red value is 168, green value is 254 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #a8fedb hue: 0.43 , saturation: 0.98 and the lightness value of a8fedb is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 11111110 11011011
Octal 250 376 333
Decimal 168 254 219
Hex A8 FE DB

RGB Percentages of Color #a8fedb

%26.21
%39.63
%34.17

CMYK Percentages of Color #a8fedb

%34
%0
%14
%0

Triadic Colors of #a8fedb

#a8fedb #dba8fe #fedba8

Analogous Colors of #a8fedb

#a8fedb #a8f6fe #a8feb0

Monochromatic Colors of #a8fedb

#a8fedb

Complementary Color

#a8fedb #fea8cb

#a8fedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8fedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8fedb Color CSS Codes

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

#a8fedb Text Font Color

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

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


#a8fedb Background Color

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

This div background color is #a8fedb


#a8fedb Border Color

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

This div border color is #a8fedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8fedb


Comments

No comments written yet.

Please login to write comment.