Color Hex Logo

#a8fdbe Color Hex

#A8FDBE
(168,253,190)
0 Favorites   0 Comments

Color spaces of #a8fdbe

RGB 168253190
HSL0.380.960.83
HSV136°34°99°
CMYK 0.340.000.25   0.01
XYZ60.568082.293161.4071
Yxy82.29310.29650.4029
Hunter Lab90.7155-39.573223.3663
CIE-Lab92.7041-38.284822.1804

#a8fdbe color RGB value is (168,253,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 11111101 10111110
Octal 250 375 276
Decimal 168 253 190
Hex A8 FD BE

RGB Percentages of Color #a8fdbe

%27.50
%41.41
%31.10

CMYK Percentages of Color #a8fdbe

%34
%0
%25
%1

Triadic Colors of #a8fdbe

#a8fdbe #bea8fd #fdbea8

Analogous Colors of #a8fdbe

#a8fdbe #a8fde9 #bdfda8

Monochromatic Colors of #a8fdbe

#a8fdbe

Complementary Color

#a8fdbe #fda8e7

#a8fdbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8fdbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8fdbe Color CSS Codes

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

#a8fdbe Text Font Color

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

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


#a8fdbe Background Color

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

This div background color is #a8fdbe


#a8fdbe Border Color

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

This div border color is #a8fdbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8fdbe


Comments

No comments written yet.

Please login to write comment.