Color Hex Logo

#a0cbeb Color Hex

#A0CBEB
(160,203,235)
0 Favorites   0 Comments

Color spaces of #a0cbeb

RGB 160203235
HSL0.570.650.77
HSV206°32°92°
CMYK 0.320.140.00   0.08
XYZ50.848556.183686.7618
Yxy56.18360.26240.2899
Hunter Lab74.9557-10.0816-16.1596
CIE-Lab79.7182-6.6807-20.3870

#a0cbeb color RGB value is (160,203,235).

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

The process color (four color CMYK) of #a0cbeb color hex is 0.32, 0.14, 0.00, 0.08. Web safe color of #a0cbeb is #99ccff. Color #a0cbeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 11001011 11101011
Octal 240 313 353
Decimal 160 203 235
Hex A0 CB EB

RGB Percentages of Color #a0cbeb

%26.76
%33.95
%39.30

CMYK Percentages of Color #a0cbeb

%32
%14
%0
%8

Triadic Colors of #a0cbeb

#a0cbeb #eba0cb #cbeba0

Analogous Colors of #a0cbeb

#a0cbeb #a0a6eb #a0ebe6

Monochromatic Colors of #a0cbeb

#a0cbeb

Complementary Color

#a0cbeb #ebc0a0

#a0cbeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0cbeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0cbeb Color CSS Codes

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

#a0cbeb Text Font Color

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

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


#a0cbeb Background Color

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

This div background color is #a0cbeb


#a0cbeb Border Color

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

This div border color is #a0cbeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0cbeb


Comments

No comments written yet.

Please login to write comment.