Color Hex Logo

#a4fbbd Color Hex

#A4FBBD
(164,251,189)
0 Favorites   0 Comments

Color spaces of #a4fbbd

RGB 164251189
HSL0.380.920.81
HSV137°35°98°
CMYK 0.350.000.25   0.02
XYZ58.992380.561060.5847
Yxy80.56100.29480.4025
Hunter Lab89.7558-39.752922.8086
CIE-Lab91.9360-38.738121.5971

#a4fbbd color RGB value is (164,251,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 11111011 10111101
Octal 244 373 275
Decimal 164 251 189
Hex A4 FB BD

RGB Percentages of Color #a4fbbd

%27.15
%41.56
%31.29

CMYK Percentages of Color #a4fbbd

%35
%0
%25
%2

Triadic Colors of #a4fbbd

#a4fbbd #bda4fb #fbbda4

Analogous Colors of #a4fbbd

#a4fbbd #a4fbe9 #b7fba4

Monochromatic Colors of #a4fbbd

#a4fbbd

Complementary Color

#a4fbbd #fba4e2

#a4fbbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4fbbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4fbbd Color CSS Codes

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

#a4fbbd Text Font Color

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

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


#a4fbbd Background Color

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

This div background color is #a4fbbd


#a4fbbd Border Color

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

This div border color is #a4fbbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4fbbd


Comments

No comments written yet.

Please login to write comment.