Color Hex Logo

#a0fcef Color Hex

#A0FCEF
(160,252,239)
0 Favorites   0 Comments

Color spaces of #a0fcef

RGB 160252239
HSL0.480.940.81
HSV172°37°99°
CMYK 0.370.000.05   0.01
XYZ64.887683.326494.3250
Yxy83.32640.26750.3436
Hunter Lab91.2833-32.86132.6327
CIE-Lab93.1572-30.2431-2.4548

#a0fcef color RGB value is (160,252,239).

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

The process color (four color CMYK) of #a0fcef color hex is 0.37, 0.00, 0.05, 0.01. Web safe color of #a0fcef is #99ffff. Color #a0fcef contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 11111100 11101111
Octal 240 374 357
Decimal 160 252 239
Hex A0 FC EF

RGB Percentages of Color #a0fcef

%24.58
%38.71
%36.71

CMYK Percentages of Color #a0fcef

%37
%0
%5
%1

Triadic Colors of #a0fcef

#a0fcef #efa0fc #fcefa0

Analogous Colors of #a0fcef

#a0fcef #a0dbfc #a0fcc1

Monochromatic Colors of #a0fcef

#a0fcef

Complementary Color

#a0fcef #fca0ad

#a0fcef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0fcef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0fcef Color CSS Codes

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

#a0fcef Text Font Color

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

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


#a0fcef Background Color

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

This div background color is #a0fcef


#a0fcef Border Color

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

This div border color is #a0fcef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0fcef


Comments

No comments written yet.

Please login to write comment.