Color Hex Logo

#a0cdee Color Hex

#A0CDEE
(160,205,238)
0 Favorites   0 Comments

Color spaces of #a0cdee

RGB 160205238
HSL0.570.700.78
HSV205°33°93°
CMYK 0.330.140.00   0.07
XYZ51.761157.309389.2226
Yxy57.30930.26100.2890
Hunter Lab75.7029-10.4325-16.8865
CIE-Lab80.3532-7.0041-21.0288

#a0cdee color RGB value is (160,205,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 11001101 11101110
Octal 240 315 356
Decimal 160 205 238
Hex A0 CD EE

RGB Percentages of Color #a0cdee

%26.53
%34.00
%39.47

CMYK Percentages of Color #a0cdee

%33
%14
%0
%7

Triadic Colors of #a0cdee

#a0cdee #eea0cd #cdeea0

Analogous Colors of #a0cdee

#a0cdee #a0a6ee #a0eee8

Monochromatic Colors of #a0cdee

#a0cdee

Complementary Color

#a0cdee #eec1a0

#a0cdee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0cdee Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0cdee Color CSS Codes

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

#a0cdee Text Font Color

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

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


#a0cdee Background Color

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

This div background color is #a0cdee


#a0cdee Border Color

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

This div border color is #a0cdee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0cdee


Comments

No comments written yet.

Please login to write comment.