Color Hex Logo

#a0bcec Color Hex

#A0BCEC
(160,188,236)
0 Favorites   0 Comments

Color spaces of #a0bcec

RGB 160188236
HSL0.610.670.78
HSV218°32°93°
CMYK 0.320.200.00   0.07
XYZ47.620749.496286.4007
Yxy49.49620.25950.2697
Hunter Lab70.3535-2.2961-23.5662
CIE-Lab75.75901.6078-26.9557

#a0bcec color RGB value is (160,188,236).

#a0bcec hex color red value is 160, green value is 188 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #a0bcec hue: 0.61 , saturation: 0.67 and the lightness value of a0bcec is 0.78.

The process color (four color CMYK) of #a0bcec color hex is 0.32, 0.20, 0.00, 0.07. Web safe color of #a0bcec is #99ccff. Color #a0bcec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10111100 11101100
Octal 240 274 354
Decimal 160 188 236
Hex A0 BC EC

RGB Percentages of Color #a0bcec

%27.40
%32.19
%40.41

CMYK Percentages of Color #a0bcec

%32
%20
%0
%7

Triadic Colors of #a0bcec

#a0bcec #eca0bc #bceca0

Analogous Colors of #a0bcec

#a0bcec #aaa0ec #a0e2ec

Monochromatic Colors of #a0bcec

#a0bcec

Complementary Color

#a0bcec #ecd0a0

#a0bcec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0bcec Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0bcec Color CSS Codes

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

#a0bcec Text Font Color

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

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


#a0bcec Background Color

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

This div background color is #a0bcec


#a0bcec Border Color

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

This div border color is #a0bcec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0bcec


Comments

No comments written yet.

Please login to write comment.