Color Hex Logo

#a2fcbe Color Hex

#A2FCBE
(162,252,190)
0 Favorites   0 Comments

Color spaces of #a2fcbe

RGB 162252190
HSL0.390.940.81
HSV139°36°99°
CMYK 0.360.000.25   0.01
XYZ59.005081.019961.2437
Yxy81.01990.29320.4025
Hunter Lab90.0111-40.507122.6667
CIE-Lab92.1405-39.589221.3555

#a2fcbe color RGB value is (162,252,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 11111100 10111110
Octal 242 374 276
Decimal 162 252 190
Hex A2 FC BE

RGB Percentages of Color #a2fcbe

%26.82
%41.72
%31.46

CMYK Percentages of Color #a2fcbe

%36
%0
%25
%1

Triadic Colors of #a2fcbe

#a2fcbe #bea2fc #fcbea2

Analogous Colors of #a2fcbe

#a2fcbe #a2fceb #b3fca2

Monochromatic Colors of #a2fcbe

#a2fcbe

Complementary Color

#a2fcbe #fca2e0

#a2fcbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2fcbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2fcbe Color CSS Codes

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

#a2fcbe Text Font Color

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

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


#a2fcbe Background Color

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

This div background color is #a2fcbe


#a2fcbe Border Color

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

This div border color is #a2fcbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2fcbe


Comments

No comments written yet.

Please login to write comment.