Color Hex Logo

#a8fcbd Color Hex

#A8FCBD
(168,252,189)
0 Favorites   0 Comments

Color spaces of #a8fcbd

RGB 168252189
HSL0.380.930.82
HSV135°33°99°
CMYK 0.330.000.25   0.01
XYZ60.144281.619860.7284
Yxy81.61980.29700.4031
Hunter Lab90.3437-39.269223.3862
CIE-Lab92.4068-38.009322.2789

#a8fcbd color RGB value is (168,252,189).

#a8fcbd hex color red value is 168, green value is 252 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #a8fcbd hue: 0.38 , saturation: 0.93 and the lightness value of a8fcbd is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 11111100 10111101
Octal 250 374 275
Decimal 168 252 189
Hex A8 FC BD

RGB Percentages of Color #a8fcbd

%27.59
%41.38
%31.03

CMYK Percentages of Color #a8fcbd

%33
%0
%25
%1

Triadic Colors of #a8fcbd

#a8fcbd #bda8fc #fcbda8

Analogous Colors of #a8fcbd

#a8fcbd #a8fce7 #bdfca8

Monochromatic Colors of #a8fcbd

#a8fcbd

Complementary Color

#a8fcbd #fca8e7

#a8fcbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8fcbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8fcbd Color CSS Codes

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

#a8fcbd Text Font Color

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

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


#a8fcbd Background Color

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

This div background color is #a8fcbd


#a8fcbd Border Color

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

This div border color is #a8fcbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8fcbd


Comments

No comments written yet.

Please login to write comment.