Color Hex Logo

#a8fbdd Color Hex

#A8FBDD
(168,251,221)
0 Favorites   0 Comments

Color spaces of #a8fbdd

RGB 168251221
HSL0.440.910.82
HSV158°33°98°
CMYK 0.330.000.12   0.02
XYZ63.696882.539680.9812
Yxy82.53960.28030.3633
Hunter Lab90.8513-33.841610.7472
CIE-Lab92.8125-31.46736.4023

#a8fbdd color RGB value is (168,251,221).

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

The process color (four color CMYK) of #a8fbdd color hex is 0.33, 0.00, 0.12, 0.02. Web safe color of #a8fbdd is #99ffcc. Color #a8fbdd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 11111011 11011101
Octal 250 373 335
Decimal 168 251 221
Hex A8 FB DD

RGB Percentages of Color #a8fbdd

%26.25
%39.22
%34.53

CMYK Percentages of Color #a8fbdd

%33
%0
%12
%2

Triadic Colors of #a8fbdd

#a8fbdd #dda8fb #fbdda8

Analogous Colors of #a8fbdd

#a8fbdd #a8f0fb #a8fbb4

Monochromatic Colors of #a8fbdd

#a8fbdd

Complementary Color

#a8fbdd #fba8c6

#a8fbdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8fbdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8fbdd Color CSS Codes

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

#a8fbdd Text Font Color

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

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


#a8fbdd Background Color

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

This div background color is #a8fbdd


#a8fbdd Border Color

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

This div border color is #a8fbdd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,251,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 #a8fbdd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8fbdd

Related Colors


Comments

No comments written yet.

Please login to write comment.