Color Hex Logo

#a4ebbe Color Hex

#A4EBBE
(164,235,190)
0 Favorites   0 Comments

Color spaces of #a4ebbe

RGB 164235190
HSL0.390.640.78
HSV142°30°92°
CMYK 0.300.000.19   0.08
XYZ54.312471.026959.5622
Yxy71.02690.29370.3841
Hunter Lab84.2775-32.451717.0916
CIE-Lab87.4981-31.199614.8763

#a4ebbe color RGB value is (164,235,190).

#a4ebbe hex color red value is 164, green value is 235 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #a4ebbe hue: 0.39 , saturation: 0.64 and the lightness value of a4ebbe is 0.78.

The process color (four color CMYK) of #a4ebbe color hex is 0.30, 0.00, 0.19, 0.08. Web safe color of #a4ebbe is #99ffcc. Color #a4ebbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 11101011 10111110
Octal 244 353 276
Decimal 164 235 190
Hex A4 EB BE

RGB Percentages of Color #a4ebbe

%27.84
%39.90
%32.26

CMYK Percentages of Color #a4ebbe

%30
%0
%19
%8

Triadic Colors of #a4ebbe

#a4ebbe #bea4eb #ebbea4

Analogous Colors of #a4ebbe

#a4ebbe #a4ebe2 #aeeba4

Monochromatic Colors of #a4ebbe

#a4ebbe

Complementary Color

#a4ebbe #eba4d1

#a4ebbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4ebbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4ebbe Color CSS Codes

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

#a4ebbe Text Font Color

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

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


#a4ebbe Background Color

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

This div background color is #a4ebbe


#a4ebbe Border Color

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

This div border color is #a4ebbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4ebbe


Comments

No comments written yet.

Please login to write comment.