Color Hex Logo

#a0ccf1 Color Hex

#A0CCF1
(160,204,241)
0 Favorites   0 Comments

Color spaces of #a0ccf1

RGB 160204241
HSL0.580.740.79
HSV207°34°95°
CMYK 0.340.150.00   0.05
XYZ51.967357.010291.4842
Yxy57.01020.25920.2844
Hunter Lab75.5051-9.2791-18.9839
CIE-Lab80.1853-5.7389-22.8864

#a0ccf1 color RGB value is (160,204,241).

#a0ccf1 hex color red value is 160, green value is 204 and the blue value of its RGB is 241. Cylindrical-coordinate representations (also known as HSL) of color #a0ccf1 hue: 0.58 , saturation: 0.74 and the lightness value of a0ccf1 is 0.79.

The process color (four color CMYK) of #a0ccf1 color hex is 0.34, 0.15, 0.00, 0.05. Web safe color of #a0ccf1 is #99ccff. Color #a0ccf1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 11001100 11110001
Octal 240 314 361
Decimal 160 204 241
Hex A0 CC F1

RGB Percentages of Color #a0ccf1

%26.45
%33.72
%39.83

CMYK Percentages of Color #a0ccf1

%34
%15
%0
%5

Triadic Colors of #a0ccf1

#a0ccf1 #f1a0cc #ccf1a0

Analogous Colors of #a0ccf1

#a0ccf1 #a0a4f1 #a0f1ee

Monochromatic Colors of #a0ccf1

#a0ccf1

Complementary Color

#a0ccf1 #f1c5a0

#a0ccf1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0ccf1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0ccf1 Color CSS Codes

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

#a0ccf1 Text Font Color

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

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


#a0ccf1 Background Color

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

This div background color is #a0ccf1


#a0ccf1 Border Color

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

This div border color is #a0ccf1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0ccf1


Comments

No comments written yet.

Please login to write comment.