Color Hex Logo

#a4bfcc Color Hex

#A4BFCC
(164,191,204)
0 Favorites   0 Comments

Color spaces of #a4bfcc

RGB 164191204
HSL0.550.280.72
HSV200°20°80°
CMYK 0.200.060.00   0.20
XYZ44.839749.513764.3205
Yxy49.51370.28260.3120
Hunter Lab70.3660-9.3939-4.9399
CIE-Lab75.7698-6.3249-9.5895

#a4bfcc color RGB value is (164,191,204).

#a4bfcc hex color red value is 164, green value is 191 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #a4bfcc hue: 0.55 , saturation: 0.28 and the lightness value of a4bfcc is 0.72.

The process color (four color CMYK) of #a4bfcc color hex is 0.20, 0.06, 0.00, 0.20. Web safe color of #a4bfcc is #99cccc. Color #a4bfcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10111111 11001100
Octal 244 277 314
Decimal 164 191 204
Hex A4 BF CC

RGB Percentages of Color #a4bfcc

%29.34
%34.17
%36.49

CMYK Percentages of Color #a4bfcc

%20
%6
%0
%20

Triadic Colors of #a4bfcc

#a4bfcc #cca4bf #bfcca4

Analogous Colors of #a4bfcc

#a4bfcc #a4abcc #a4ccc5

Monochromatic Colors of #a4bfcc

#a4bfcc

Complementary Color

#a4bfcc #ccb1a4

#a4bfcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4bfcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4bfcc Color CSS Codes

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

#a4bfcc Text Font Color

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

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


#a4bfcc Background Color

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

This div background color is #a4bfcc


#a4bfcc Border Color

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

This div border color is #a4bfcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4bfcc


Comments

No comments written yet.

Please login to write comment.