Color Hex Logo

#a0e9fb Color Hex

#A0E9FB
(160,233,251)
0 Favorites   0 Comments

Color spaces of #a0e9fb

RGB 160233251
HSL0.530.920.81
HSV192°36°98°
CMYK 0.360.070.00   0.02
XYZ61.048772.7164102.0849
Yxy72.71640.25880.3083
Hunter Lab85.2739-21.4389-11.2868
CIE-Lab88.3123-18.2194-15.8992

#a0e9fb color RGB value is (160,233,251).

#a0e9fb hex color red value is 160, green value is 233 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #a0e9fb hue: 0.53 , saturation: 0.92 and the lightness value of a0e9fb is 0.81.

The process color (four color CMYK) of #a0e9fb color hex is 0.36, 0.07, 0.00, 0.02. Web safe color of #a0e9fb is #99ffff. Color #a0e9fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 11101001 11111011
Octal 240 351 373
Decimal 160 233 251
Hex A0 E9 FB

RGB Percentages of Color #a0e9fb

%24.84
%36.18
%38.98

CMYK Percentages of Color #a0e9fb

%36
%7
%0
%2

Triadic Colors of #a0e9fb

#a0e9fb #fba0e9 #e9fba0

Analogous Colors of #a0e9fb

#a0e9fb #a0bcfb #a0fbe0

Monochromatic Colors of #a0e9fb

#a0e9fb

Complementary Color

#a0e9fb #fbb2a0

#a0e9fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0e9fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0e9fb Color CSS Codes

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

#a0e9fb Text Font Color

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

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


#a0e9fb Background Color

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

This div background color is #a0e9fb


#a0e9fb Border Color

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

This div border color is #a0e9fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0e9fb

Related Colors


Comments

No comments written yet.

Please login to write comment.