Color Hex Logo

#a0bfdf Color Hex

#A0BFDF
(160,191,223)
0 Favorites   0 Comments

Color spaces of #a0bfdf

RGB 160191223
HSL0.580.500.75
HSV210°28°87°
CMYK 0.280.140.00   0.13
XYZ46.447350.062977.0271
Yxy50.06290.26770.2885
Hunter Lab70.7551-6.6450-15.0171
CIE-Lab76.1079-3.1849-19.4002

#a0bfdf color RGB value is (160,191,223).

#a0bfdf hex color red value is 160, green value is 191 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #a0bfdf hue: 0.58 , saturation: 0.50 and the lightness value of a0bfdf is 0.75.

The process color (four color CMYK) of #a0bfdf color hex is 0.28, 0.14, 0.00, 0.13. Web safe color of #a0bfdf is #99cccc. Color #a0bfdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10111111 11011111
Octal 240 277 337
Decimal 160 191 223
Hex A0 BF DF

RGB Percentages of Color #a0bfdf

%27.87
%33.28
%38.85

CMYK Percentages of Color #a0bfdf

%28
%14
%0
%13

Triadic Colors of #a0bfdf

#a0bfdf #dfa0bf #bfdfa0

Analogous Colors of #a0bfdf

#a0bfdf #a1a0df #a0dfdf

Monochromatic Colors of #a0bfdf

#a0bfdf

Complementary Color

#a0bfdf #dfc0a0

#a0bfdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0bfdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0bfdf Color CSS Codes

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

#a0bfdf Text Font Color

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

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


#a0bfdf Background Color

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

This div background color is #a0bfdf


#a0bfdf Border Color

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

This div border color is #a0bfdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0bfdf

#a0bfdf Color Palettes


Comments

No comments written yet.

Please login to write comment.