Color Hex Logo

#a0cedb Color Hex

#A0CEDB
(160,206,219)
0 Favorites   0 Comments

Color spaces of #a0cedb

RGB 160206219
HSL0.540.450.74
HSV193°27°86°
CMYK 0.270.060.00   0.14
XYZ49.354756.730775.3667
Yxy56.73070.27200.3126
Hunter Lab75.3198-14.8442-6.6031
CIE-Lab80.0279-12.0299-11.3518

#a0cedb color RGB value is (160,206,219).

#a0cedb hex color red value is 160, green value is 206 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #a0cedb hue: 0.54 , saturation: 0.45 and the lightness value of a0cedb is 0.74.

The process color (four color CMYK) of #a0cedb color hex is 0.27, 0.06, 0.00, 0.14. Web safe color of #a0cedb is #99cccc. Color #a0cedb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 11001110 11011011
Octal 240 316 333
Decimal 160 206 219
Hex A0 CE DB

RGB Percentages of Color #a0cedb

%27.35
%35.21
%37.44

CMYK Percentages of Color #a0cedb

%27
%6
%0
%14

Triadic Colors of #a0cedb

#a0cedb #dba0ce #cedba0

Analogous Colors of #a0cedb

#a0cedb #a0b1db #a0dbcb

Monochromatic Colors of #a0cedb

#a0cedb

Complementary Color

#a0cedb #dbada0

#a0cedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0cedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0cedb Color CSS Codes

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

#a0cedb Text Font Color

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

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


#a0cedb Background Color

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

This div background color is #a0cedb


#a0cedb Border Color

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

This div border color is #a0cedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0cedb


Comments

No comments written yet.

Please login to write comment.