Color Hex Logo

#a0cbef Color Hex

#A0CBEF
(160,203,239)
0 Favorites   0 Comments

Color spaces of #a0cbef

RGB 160203239
HSL0.580.710.78
HSV207°33°94°
CMYK 0.330.150.00   0.06
XYZ51.433156.417589.8402
Yxy56.41750.26020.2854
Hunter Lab75.1116-9.2163-18.3381
CIE-Lab79.8508-5.7029-22.3258

#a0cbef color RGB value is (160,203,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 11001011 11101111
Octal 240 313 357
Decimal 160 203 239
Hex A0 CB EF

RGB Percentages of Color #a0cbef

%26.58
%33.72
%39.70

CMYK Percentages of Color #a0cbef

%33
%15
%0
%6

Triadic Colors of #a0cbef

#a0cbef #efa0cb #cbefa0

Analogous Colors of #a0cbef

#a0cbef #a0a4ef #a0efec

Monochromatic Colors of #a0cbef

#a0cbef

Complementary Color

#a0cbef #efc4a0

#a0cbef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0cbef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0cbef Color CSS Codes

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

#a0cbef Text Font Color

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

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


#a0cbef Background Color

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

This div background color is #a0cbef


#a0cbef Border Color

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

This div border color is #a0cbef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0cbef


Comments

No comments written yet.

Please login to write comment.