Color Hex Logo

#a4feba Color Hex

#A4FEBA
(164,254,186)
0 Favorites   0 Comments

Color spaces of #a4feba

RGB 164254186
HSL0.370.980.82
HSV135°35°100°
CMYK 0.350.000.27   0.00
XYZ59.614682.321359.2020
Yxy82.32130.29640.4093
Hunter Lab90.7311-41.496524.8251
CIE-Lab92.7165-40.607924.2039

#a4feba color RGB value is (164,254,186).

#a4feba hex color red value is 164, green value is 254 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #a4feba hue: 0.37 , saturation: 0.98 and the lightness value of a4feba is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 11111110 10111010
Octal 244 376 272
Decimal 164 254 186
Hex A4 FE BA

RGB Percentages of Color #a4feba

%27.15
%42.05
%30.79

CMYK Percentages of Color #a4feba

%35
%0
%27
%0

Triadic Colors of #a4feba

#a4feba #baa4fe #febaa4

Analogous Colors of #a4feba

#a4feba #a4fee7 #bbfea4

Monochromatic Colors of #a4feba

#a4feba

Complementary Color

#a4feba #fea4e8

#a4feba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4feba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4feba Color CSS Codes

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

#a4feba Text Font Color

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

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


#a4feba Background Color

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

This div background color is #a4feba


#a4feba Border Color

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

This div border color is #a4feba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4feba

Related Colors


Comments

No comments written yet.

Please login to write comment.