Color Hex Logo

#a0cbdc Color Hex

#A0CBDC
(160,203,220)
0 Favorites   0 Comments

Color spaces of #a0cbdc

RGB 160203220
HSL0.550.460.75
HSV197°27°86°
CMYK 0.270.080.00   0.14
XYZ48.771455.352875.8238
Yxy55.35280.27100.3076
Hunter Lab74.3995-13.1862-8.3455
CIE-Lab79.2440-10.2408-13.0602

#a0cbdc color RGB value is (160,203,220).

#a0cbdc hex color red value is 160, green value is 203 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #a0cbdc hue: 0.55 , saturation: 0.46 and the lightness value of a0cbdc is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 11001011 11011100
Octal 240 313 334
Decimal 160 203 220
Hex A0 CB DC

RGB Percentages of Color #a0cbdc

%27.44
%34.82
%37.74

CMYK Percentages of Color #a0cbdc

%27
%8
%0
%14

Triadic Colors of #a0cbdc

#a0cbdc #dca0cb #cbdca0

Analogous Colors of #a0cbdc

#a0cbdc #a0addc #a0dccf

Monochromatic Colors of #a0cbdc

#a0cbdc

Complementary Color

#a0cbdc #dcb1a0

#a0cbdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0cbdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0cbdc Color CSS Codes

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

#a0cbdc Text Font Color

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

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


#a0cbdc Background Color

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

This div background color is #a0cbdc


#a0cbdc Border Color

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

This div border color is #a0cbdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0cbdc


Comments

No comments written yet.

Please login to write comment.