Color Hex Logo

#a0caef Color Hex

#A0CAEF
(160,202,239)
0 Favorites   0 Comments

Color spaces of #a0caef

RGB 160202239
HSL0.580.710.78
HSV208°33°94°
CMYK 0.330.150.00   0.06
XYZ51.197755.946689.7617
Yxy55.94660.26000.2841
Hunter Lab74.7975-8.7151-18.7935
CIE-Lab79.5834-5.1728-22.7323

#a0caef color RGB value is (160,202,239).

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

The process color (four color CMYK) of #a0caef color hex is 0.33, 0.15, 0.00, 0.06. Web safe color of #a0caef is #99ccff. Color #a0caef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 11001010 11101111
Octal 240 312 357
Decimal 160 202 239
Hex A0 CA EF

RGB Percentages of Color #a0caef

%26.62
%33.61
%39.77

CMYK Percentages of Color #a0caef

%33
%15
%0
%6

Triadic Colors of #a0caef

#a0caef #efa0ca #caefa0

Analogous Colors of #a0caef

#a0caef #a0a3ef #a0efed

Monochromatic Colors of #a0caef

#a0caef

Complementary Color

#a0caef #efc5a0

#a0caef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0caef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0caef Color CSS Codes

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

#a0caef Text Font Color

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

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


#a0caef Background Color

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

This div background color is #a0caef


#a0caef Border Color

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

This div border color is #a0caef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,202,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 #a0caef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0caef


Comments

No comments written yet.

Please login to write comment.