Color Hex Logo

#a1ebbd Color Hex

#A1EBBD
(161,235,189)
0 Favorites   0 Comments

Color spaces of #a1ebbd

RGB 161235189
HSL0.400.650.78
HSV143°31°92°
CMYK 0.310.000.20   0.08
XYZ53.591670.667958.9598
Yxy70.66790.29250.3857
Hunter Lab84.0642-33.317217.2609
CIE-Lab87.3234-32.290315.1284

#a1ebbd color RGB value is (161,235,189).

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

The process color (four color CMYK) of #a1ebbd color hex is 0.31, 0.00, 0.20, 0.08. Web safe color of #a1ebbd is #99ffcc. Color #a1ebbd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 11101011 10111101
Octal 241 353 275
Decimal 161 235 189
Hex A1 EB BD

RGB Percentages of Color #a1ebbd

%27.52
%40.17
%32.31

CMYK Percentages of Color #a1ebbd

%31
%0
%20
%8

Triadic Colors of #a1ebbd

#a1ebbd #bda1eb #ebbda1

Analogous Colors of #a1ebbd

#a1ebbd #a1ebe2 #aaeba1

Monochromatic Colors of #a1ebbd

#a1ebbd

Complementary Color

#a1ebbd #eba1cf

#a1ebbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1ebbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1ebbd Color CSS Codes

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

#a1ebbd Text Font Color

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

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


#a1ebbd Background Color

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

This div background color is #a1ebbd


#a1ebbd Border Color

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

This div border color is #a1ebbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1ebbd


Comments

No comments written yet.

Please login to write comment.