Color Hex Logo

#a0febc Color Hex

#A0FEBC
(160,254,188)
0 Favorites   0 Comments

Color spaces of #a0febc

RGB 160254188
HSL0.380.980.81
HSV138°37°100°
CMYK 0.370.000.26   0.00
XYZ59.016181.988060.2918
Yxy81.98800.29320.4073
Hunter Lab90.5472-42.116423.9042
CIE-Lab92.5696-41.411722.9550

#a0febc color RGB value is (160,254,188).

#a0febc hex color red value is 160, green value is 254 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #a0febc hue: 0.38 , saturation: 0.98 and the lightness value of a0febc is 0.81.

The process color (four color CMYK) of #a0febc color hex is 0.37, 0.00, 0.26, 0.00. Web safe color of #a0febc is #99ffcc. Color #a0febc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 11111110 10111100
Octal 240 376 274
Decimal 160 254 188
Hex A0 FE BC

RGB Percentages of Color #a0febc

%26.58
%42.19
%31.23

CMYK Percentages of Color #a0febc

%37
%0
%26
%0

Triadic Colors of #a0febc

#a0febc #bca0fe #febca0

Analogous Colors of #a0febc

#a0febc #a0feeb #b3fea0

Monochromatic Colors of #a0febc

#a0febc

Complementary Color

#a0febc #fea0e2

#a0febc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0febc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0febc Color CSS Codes

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

#a0febc Text Font Color

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

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


#a0febc Background Color

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

This div background color is #a0febc


#a0febc Border Color

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

This div border color is #a0febc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,254,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0febc

Related Colors


Comments

No comments written yet.

Please login to write comment.