Color Hex Logo

#a0ebfc Color Hex

#A0EBFC
(160,235,252)
0 Favorites   0 Comments

Color spaces of #a0ebfc

RGB 160235252
HSL0.530.940.81
HSV191°37°99°
CMYK 0.370.070.00   0.01
XYZ61.776273.9185103.1072
Yxy73.91850.25870.3095
Hunter Lab85.9759-22.2003-10.9209
CIE-Lab88.8840-18.9766-15.5648

#a0ebfc color RGB value is (160,235,252).

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

The process color (four color CMYK) of #a0ebfc color hex is 0.37, 0.07, 0.00, 0.01. Web safe color of #a0ebfc is #99ffff. Color #a0ebfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 11101011 11111100
Octal 240 353 374
Decimal 160 235 252
Hex A0 EB FC

RGB Percentages of Color #a0ebfc

%24.73
%36.32
%38.95

CMYK Percentages of Color #a0ebfc

%37
%7
%0
%1

Triadic Colors of #a0ebfc

#a0ebfc #fca0eb #ebfca0

Analogous Colors of #a0ebfc

#a0ebfc #a0bdfc #a0fcdf

Monochromatic Colors of #a0ebfc

#a0ebfc

Complementary Color

#a0ebfc #fcb1a0

#a0ebfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0ebfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0ebfc Color CSS Codes

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

#a0ebfc Text Font Color

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

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


#a0ebfc Background Color

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

This div background color is #a0ebfc


#a0ebfc Border Color

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

This div border color is #a0ebfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0ebfc


Comments

No comments written yet.

Please login to write comment.