Color Hex Logo

#a4fcbe Color Hex

#A4FCBE
(164,252,190)
0 Favorites   0 Comments

Color spaces of #a4fcbe

RGB 164252190
HSL0.380.940.82
HSV138°35°99°
CMYK 0.350.000.25   0.01
XYZ59.414581.231061.2629
Yxy81.23100.29430.4023
Hunter Lab90.1282-40.053322.7886
CIE-Lab92.2344-39.009321.5001

#a4fcbe color RGB value is (164,252,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 11111100 10111110
Octal 244 374 276
Decimal 164 252 190
Hex A4 FC BE

RGB Percentages of Color #a4fcbe

%27.06
%41.58
%31.35

CMYK Percentages of Color #a4fcbe

%35
%0
%25
%1

Triadic Colors of #a4fcbe

#a4fcbe #bea4fc #fcbea4

Analogous Colors of #a4fcbe

#a4fcbe #a4fcea #b6fca4

Monochromatic Colors of #a4fcbe

#a4fcbe

Complementary Color

#a4fcbe #fca4e2

#a4fcbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4fcbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4fcbe Color CSS Codes

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

#a4fcbe Text Font Color

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

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


#a4fcbe Background Color

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

This div background color is #a4fcbe


#a4fcbe Border Color

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

This div border color is #a4fcbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4fcbe


Comments

No comments written yet.

Please login to write comment.