Color Hex Logo

#a1cebd Color Hex

#A1CEBD
(161,206,189)
0 Favorites   0 Comments

Color spaces of #a1cebd

RGB 161206189
HSL0.440.310.72
HSV157°22°81°
CMYK 0.220.000.08   0.19
XYZ45.954655.393856.4141
Yxy55.39380.29130.3511
Hunter Lab74.4270-20.03337.1583
CIE-Lab79.2676-18.20183.6198

#a1cebd color RGB value is (161,206,189).

#a1cebd hex color red value is 161, green value is 206 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #a1cebd hue: 0.44 , saturation: 0.31 and the lightness value of a1cebd is 0.72.

The process color (four color CMYK) of #a1cebd color hex is 0.22, 0.00, 0.08, 0.19. Web safe color of #a1cebd is #99cccc. Color #a1cebd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 11001110 10111101
Octal 241 316 275
Decimal 161 206 189
Hex A1 CE BD

RGB Percentages of Color #a1cebd

%28.96
%37.05
%33.99

CMYK Percentages of Color #a1cebd

%22
%0
%8
%19

Triadic Colors of #a1cebd

#a1cebd #bda1ce #cebda1

Analogous Colors of #a1cebd

#a1cebd #a1c9ce #a1cea7

Monochromatic Colors of #a1cebd

#a1cebd

Complementary Color

#a1cebd #cea1b2

#a1cebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1cebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1cebd Color CSS Codes

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

#a1cebd Text Font Color

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

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


#a1cebd Background Color

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

This div background color is #a1cebd


#a1cebd Border Color

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

This div border color is #a1cebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1cebd


Comments

No comments written yet.

Please login to write comment.