Color Hex Logo

#a0fccb Color Hex

#A0FCCB
(160,252,203)
0 Favorites   0 Comments

Color spaces of #a0fccb

RGB 160252203
HSL0.410.940.81
HSV148°37°99°
CMYK 0.370.000.19   0.01
XYZ60.087181.406269.0460
Yxy81.40620.28540.3867
Hunter Lab90.2254-39.019417.7854
CIE-Lab92.3121-37.737214.9188

#a0fccb color RGB value is (160,252,203).

#a0fccb hex color red value is 160, green value is 252 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #a0fccb hue: 0.41 , saturation: 0.94 and the lightness value of a0fccb is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 11111100 11001011
Octal 240 374 313
Decimal 160 252 203
Hex A0 FC CB

RGB Percentages of Color #a0fccb

%26.02
%40.98
%33.01

CMYK Percentages of Color #a0fccb

%37
%0
%19
%1

Triadic Colors of #a0fccb

#a0fccb #cba0fc #fccba0

Analogous Colors of #a0fccb

#a0fccb #a0fcf9 #a3fca0

Monochromatic Colors of #a0fccb

#a0fccb

Complementary Color

#a0fccb #fca0d1

#a0fccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0fccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0fccb Color CSS Codes

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

#a0fccb Text Font Color

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

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


#a0fccb Background Color

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

This div background color is #a0fccb


#a0fccb Border Color

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

This div border color is #a0fccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0fccb


Comments

No comments written yet.

Please login to write comment.