Color Hex Logo

#a0cffd Color Hex

#A0CFFD
(160,207,253)
0 Favorites   0 Comments

Color spaces of #a0cffd

RGB 160207253
HSL0.580.960.81
HSV210°37°99°
CMYK 0.370.180.00   0.01
XYZ54.539759.1911101.4790
Yxy59.19110.25340.2750
Hunter Lab76.9358-8.0990-24.3491
CIE-Lab81.3965-4.3218-27.4348

#a0cffd color RGB value is (160,207,253).

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

The process color (four color CMYK) of #a0cffd color hex is 0.37, 0.18, 0.00, 0.01. Web safe color of #a0cffd is #99ccff. Color #a0cffd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 11001111 11111101
Octal 240 317 375
Decimal 160 207 253
Hex A0 CF FD

RGB Percentages of Color #a0cffd

%25.81
%33.39
%40.81

CMYK Percentages of Color #a0cffd

%37
%18
%0
%1

Triadic Colors of #a0cffd

#a0cffd #fda0cf #cffda0

Analogous Colors of #a0cffd

#a0cffd #a0a1fd #a0fdfd

Monochromatic Colors of #a0cffd

#a0cffd

Complementary Color

#a0cffd #fdcea0

#a0cffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0cffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0cffd Color CSS Codes

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

#a0cffd Text Font Color

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

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


#a0cffd Background Color

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

This div background color is #a0cffd


#a0cffd Border Color

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

This div border color is #a0cffd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,207,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 #a0cffd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0cffd


Comments

No comments written yet.

Please login to write comment.