Color Hex Logo

#a0effd Color Hex

#A0EFFD
(160,239,253)
0 Favorites   0 Comments

Color spaces of #a0effd

RGB 160239253
HSL0.530.960.81
HSV189°37°99°
CMYK 0.370.060.00   0.01
XYZ63.093376.2984104.3302
Yxy76.29840.25890.3131
Hunter Lab87.3490-23.9278-9.6721
CIE-Lab89.9977-20.7209-14.4180

#a0effd color RGB value is (160,239,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 11101111 11111101
Octal 240 357 375
Decimal 160 239 253
Hex A0 EF FD

RGB Percentages of Color #a0effd

%24.54
%36.66
%38.80

CMYK Percentages of Color #a0effd

%37
%6
%0
%1

Triadic Colors of #a0effd

#a0effd #fda0ef #effda0

Analogous Colors of #a0effd

#a0effd #a0c1fd #a0fddd

Monochromatic Colors of #a0effd

#a0effd

Complementary Color

#a0effd #fdaea0

#a0effd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0effd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0effd Color CSS Codes

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

#a0effd Text Font Color

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

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


#a0effd Background Color

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

This div background color is #a0effd


#a0effd Border Color

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

This div border color is #a0effd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0effd


Comments

No comments written yet.

Please login to write comment.