Color Hex Logo

#a0cbee Color Hex

#A0CBEE
(160,203,238)
0 Favorites   0 Comments

Color spaces of #a0cbee

RGB 160203238
HSL0.570.700.78
HSV207°33°93°
CMYK 0.330.150.00   0.07
XYZ51.285856.358589.0642
Yxy56.35850.26070.2865
Hunter Lab75.0723-9.4339-17.7898
CIE-Lab79.8174-5.9482-21.8418

#a0cbee color RGB value is (160,203,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 11001011 11101110
Octal 240 313 356
Decimal 160 203 238
Hex A0 CB EE

RGB Percentages of Color #a0cbee

%26.62
%33.78
%39.60

CMYK Percentages of Color #a0cbee

%33
%15
%0
%7

Triadic Colors of #a0cbee

#a0cbee #eea0cb #cbeea0

Analogous Colors of #a0cbee

#a0cbee #a0a4ee #a0eeea

Monochromatic Colors of #a0cbee

#a0cbee

Complementary Color

#a0cbee #eec3a0

#a0cbee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0cbee Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0cbee Color CSS Codes

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

#a0cbee Text Font Color

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

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


#a0cbee Background Color

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

This div background color is #a0cbee


#a0cbee Border Color

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

This div border color is #a0cbee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0cbee


Comments

No comments written yet.

Please login to write comment.