Color Hex Logo

#a0cebe Color Hex

#A0CEBE
(160,206,190)
0 Favorites   0 Comments

Color spaces of #a0cebe

RGB 160206190
HSL0.440.320.72
HSV159°22°81°
CMYK 0.220.000.08   0.19
XYZ45.862855.333956.9785
Yxy55.33390.28990.3498
Hunter Lab74.3868-20.12356.6560
CIE-Lab79.2332-18.31523.0266

#a0cebe color RGB value is (160,206,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 11001110 10111110
Octal 240 316 276
Decimal 160 206 190
Hex A0 CE BE

RGB Percentages of Color #a0cebe

%28.78
%37.05
%34.17

CMYK Percentages of Color #a0cebe

%22
%0
%8
%19

Triadic Colors of #a0cebe

#a0cebe #bea0ce #cebea0

Analogous Colors of #a0cebe

#a0cebe #a0c7ce #a0cea7

Monochromatic Colors of #a0cebe

#a0cebe

Complementary Color

#a0cebe #cea0b0

#a0cebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0cebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0cebe Color CSS Codes

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

#a0cebe Text Font Color

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

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


#a0cebe Background Color

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

This div background color is #a0cebe


#a0cebe Border Color

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

This div border color is #a0cebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0cebe


Comments

No comments written yet.

Please login to write comment.