Color Hex Logo

#a0c3ff Color Hex

#A0C3FF
(160,195,255)
0 Favorites   0 Comments

Color spaces of #a0c3ff

RGB 160195255
HSL0.611.000.81
HSV218°37°100°
CMYK 0.370.240.00   0.00
XYZ52.062353.7238102.2335
Yxy53.72380.25030.2583
Hunter Lab73.2965-1.4809-31.3897
CIE-Lab78.30042.6348-33.2559

#a0c3ff color RGB value is (160,195,255).

#a0c3ff hex color red value is 160, green value is 195 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #a0c3ff hue: 0.61 , saturation: 1.00 and the lightness value of a0c3ff is 0.81.

The process color (four color CMYK) of #a0c3ff color hex is 0.37, 0.24, 0.00, 0.00. Web safe color of #a0c3ff is #99ccff. Color #a0c3ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 11000011 11111111
Octal 240 303 377
Decimal 160 195 255
Hex A0 C3 FF

RGB Percentages of Color #a0c3ff

%26.23
%31.97
%41.80

CMYK Percentages of Color #a0c3ff

%37
%24
%0
%0

Triadic Colors of #a0c3ff

#a0c3ff #ffa0c3 #c3ffa0

Analogous Colors of #a0c3ff

#a0c3ff #ada0ff #a0f3ff

Monochromatic Colors of #a0c3ff

#a0c3ff

Complementary Color

#a0c3ff #ffdca0

#a0c3ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0c3ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0c3ff Color CSS Codes

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

#a0c3ff Text Font Color

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

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


#a0c3ff Background Color

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

This div background color is #a0c3ff


#a0c3ff Border Color

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

This div border color is #a0c3ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0c3ff

Related Colors


Comments

No comments written yet.

Please login to write comment.