Color Hex Logo

#a1cebe Color Hex

#A1CEBE
(161,206,190)
0 Favorites   0 Comments

Color spaces of #a1cebe

RGB 161206190
HSL0.440.310.72
HSV159°22°81°
CMYK 0.220.000.08   0.19
XYZ46.063555.437456.9879
Yxy55.43740.29060.3498
Hunter Lab74.4563-19.86686.7396
CIE-Lab79.2925-17.99983.1201

#a1cebe color RGB value is (161,206,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 11001110 10111110
Octal 241 316 276
Decimal 161 206 190
Hex A1 CE BE

RGB Percentages of Color #a1cebe

%28.90
%36.98
%34.11

CMYK Percentages of Color #a1cebe

%22
%0
%8
%19

Triadic Colors of #a1cebe

#a1cebe #bea1ce #cebea1

Analogous Colors of #a1cebe

#a1cebe #a1c8ce #a1cea8

Monochromatic Colors of #a1cebe

#a1cebe

Complementary Color

#a1cebe #cea1b1

#a1cebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1cebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1cebe Color CSS Codes

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

#a1cebe Text Font Color

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

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


#a1cebe Background Color

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

This div background color is #a1cebe


#a1cebe Border Color

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

This div border color is #a1cebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1cebe


Comments

No comments written yet.

Please login to write comment.