Color Hex Logo

#a4ebbf Color Hex

#A4EBBF
(164,235,191)
0 Favorites   0 Comments

Color spaces of #a4ebbf

RGB 164235191
HSL0.400.640.78
HSV143°30°92°
CMYK 0.300.000.19   0.08
XYZ54.422171.070860.1399
Yxy71.07080.29320.3829
Hunter Lab84.3035-32.300516.7165
CIE-Lab87.5194-31.012314.3859

#a4ebbf color RGB value is (164,235,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 11101011 10111111
Octal 244 353 277
Decimal 164 235 191
Hex A4 EB BF

RGB Percentages of Color #a4ebbf

%27.80
%39.83
%32.37

CMYK Percentages of Color #a4ebbf

%30
%0
%19
%8

Triadic Colors of #a4ebbf

#a4ebbf #bfa4eb #ebbfa4

Analogous Colors of #a4ebbf

#a4ebbf #a4ebe3 #adeba4

Monochromatic Colors of #a4ebbf

#a4ebbf

Complementary Color

#a4ebbf #eba4d0

#a4ebbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4ebbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4ebbf Color CSS Codes

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

#a4ebbf Text Font Color

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

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


#a4ebbf Background Color

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

This div background color is #a4ebbf


#a4ebbf Border Color

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

This div border color is #a4ebbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4ebbf


Comments

No comments written yet.

Please login to write comment.