Color Hex Logo

#a4fbc9 Color Hex

#A4FBC9
(164,251,201)
0 Favorites   0 Comments

Color spaces of #a4fbc9

RGB 164251201
HSL0.400.920.81
HSV146°35°98°
CMYK 0.350.000.20   0.02
XYZ60.349681.103967.7322
Yxy81.10390.28850.3877
Hunter Lab90.0577-37.984318.4485
CIE-Lab92.1779-36.534615.7842

#a4fbc9 color RGB value is (164,251,201).

#a4fbc9 hex color red value is 164, green value is 251 and the blue value of its RGB is 201. Cylindrical-coordinate representations (also known as HSL) of color #a4fbc9 hue: 0.40 , saturation: 0.92 and the lightness value of a4fbc9 is 0.81.

The process color (four color CMYK) of #a4fbc9 color hex is 0.35, 0.00, 0.20, 0.02. Web safe color of #a4fbc9 is #99ffcc. Color #a4fbc9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 11111011 11001001
Octal 244 373 311
Decimal 164 251 201
Hex A4 FB C9

RGB Percentages of Color #a4fbc9

%26.62
%40.75
%32.63

CMYK Percentages of Color #a4fbc9

%35
%0
%20
%2

Triadic Colors of #a4fbc9

#a4fbc9 #c9a4fb #fbc9a4

Analogous Colors of #a4fbc9

#a4fbc9 #a4fbf5 #abfba4

Monochromatic Colors of #a4fbc9

#a4fbc9

Complementary Color

#a4fbc9 #fba4d6

#a4fbc9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4fbc9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4fbc9 Color CSS Codes

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

#a4fbc9 Text Font Color

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

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


#a4fbc9 Background Color

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

This div background color is #a4fbc9


#a4fbc9 Border Color

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

This div border color is #a4fbc9


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,251,201, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4fbc9

Related Colors


Comments

No comments written yet.

Please login to write comment.