Color Hex Logo

#a4ffeb Color Hex

#A4FFEB
(164,255,235)
0 Favorites   0 Comments

Color spaces of #a4ffeb

RGB 164255235
HSL0.461.000.82
HSV167°36°100°
CMYK 0.360.000.08   0.00
XYZ66.065285.410791.6012
Yxy85.41070.27180.3514
Hunter Lab92.4179-34.13015.9265
CIE-Lab94.0598-31.48640.9547

#a4ffeb color RGB value is (164,255,235).

#a4ffeb hex color red value is 164, green value is 255 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #a4ffeb hue: 0.46 , saturation: 1.00 and the lightness value of a4ffeb is 0.82.

The process color (four color CMYK) of #a4ffeb color hex is 0.36, 0.00, 0.08, 0.00. Web safe color of #a4ffeb is #99ffff. Color #a4ffeb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 11111111 11101011
Octal 244 377 353
Decimal 164 255 235
Hex A4 FF EB

RGB Percentages of Color #a4ffeb

%25.08
%38.99
%35.93

CMYK Percentages of Color #a4ffeb

%36
%0
%8
%0

Triadic Colors of #a4ffeb

#a4ffeb #eba4ff #ffeba4

Analogous Colors of #a4ffeb

#a4ffeb #a4e6ff #a4ffbe

Monochromatic Colors of #a4ffeb

#a4ffeb

Complementary Color

#a4ffeb #ffa4b8

#a4ffeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4ffeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4ffeb Color CSS Codes

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

#a4ffeb Text Font Color

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

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


#a4ffeb Background Color

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

This div background color is #a4ffeb


#a4ffeb Border Color

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

This div border color is #a4ffeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4ffeb

Related Colors

#a4ffeb Color Palettes


Comments

No comments written yet.

Please login to write comment.