Color Hex Logo

#a0caec Color Hex

#A0CAEC
(160,202,236)
0 Favorites   0 Comments

Color spaces of #a0caec

RGB 160202236
HSL0.570.670.78
HSV207°32°93°
CMYK 0.320.140.00   0.07
XYZ50.758155.770887.4465
Yxy55.77080.26170.2875
Hunter Lab74.6799-9.3676-17.1498
CIE-Lab79.4832-5.9085-21.2787

#a0caec color RGB value is (160,202,236).

#a0caec hex color red value is 160, green value is 202 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #a0caec hue: 0.57 , saturation: 0.67 and the lightness value of a0caec is 0.78.

The process color (four color CMYK) of #a0caec color hex is 0.32, 0.14, 0.00, 0.07. Web safe color of #a0caec is #99ccff. Color #a0caec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 11001010 11101100
Octal 240 312 354
Decimal 160 202 236
Hex A0 CA EC

RGB Percentages of Color #a0caec

%26.76
%33.78
%39.46

CMYK Percentages of Color #a0caec

%32
%14
%0
%7

Triadic Colors of #a0caec

#a0caec #eca0ca #caeca0

Analogous Colors of #a0caec

#a0caec #a0a4ec #a0ece8

Monochromatic Colors of #a0caec

#a0caec

Complementary Color

#a0caec #ecc2a0

#a0caec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0caec Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0caec Color CSS Codes

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

#a0caec Text Font Color

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

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


#a0caec Background Color

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

This div background color is #a0caec


#a0caec Border Color

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

This div border color is #a0caec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0caec


Comments

No comments written yet.

Please login to write comment.