Color Hex Logo

#a4bfdb Color Hex

#A4BFDB
(164,191,219)
0 Favorites   0 Comments

Color spaces of #a4bfdb

RGB 164191219
HSL0.580.430.75
HSV211°25°86°
CMYK 0.250.130.00   0.14
XYZ46.726850.268674.2579
Yxy50.26860.27290.2935
Hunter Lab70.9004-6.4354-12.4675
CIE-Lab76.2338-2.9395-17.0214

#a4bfdb color RGB value is (164,191,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 10111111 11011011
Octal 244 277 333
Decimal 164 191 219
Hex A4 BF DB

RGB Percentages of Color #a4bfdb

%28.57
%33.28
%38.15

CMYK Percentages of Color #a4bfdb

%25
%13
%0
%14

Triadic Colors of #a4bfdb

#a4bfdb #dba4bf #bfdba4

Analogous Colors of #a4bfdb

#a4bfdb #a5a4db #a4dbdb

Monochromatic Colors of #a4bfdb

#a4bfdb

Complementary Color

#a4bfdb #dbc0a4

#a4bfdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4bfdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4bfdb Color CSS Codes

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

#a4bfdb Text Font Color

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

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


#a4bfdb Background Color

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

This div background color is #a4bfdb


#a4bfdb Border Color

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

This div border color is #a4bfdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4bfdb


Comments

No comments written yet.

Please login to write comment.