Color Hex Logo

#a4bcce Color Hex

#A4BCCE
(164,188,206)
0 Favorites   0 Comments

Color spaces of #a4bcce

RGB 164188206
HSL0.570.300.73
HSV206°20°81°
CMYK 0.200.090.00   0.19
XYZ44.433648.315265.3764
Yxy48.31520.28100.3056
Hunter Lab69.5091-7.5352-7.1085
CIE-Lab75.0233-4.2858-11.7899

#a4bcce color RGB value is (164,188,206).

#a4bcce hex color red value is 164, green value is 188 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #a4bcce hue: 0.57 , saturation: 0.30 and the lightness value of a4bcce is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 10111100 11001110
Octal 244 274 316
Decimal 164 188 206
Hex A4 BC CE

RGB Percentages of Color #a4bcce

%29.39
%33.69
%36.92

CMYK Percentages of Color #a4bcce

%20
%9
%0
%19

Triadic Colors of #a4bcce

#a4bcce #cea4bc #bccea4

Analogous Colors of #a4bcce

#a4bcce #a4a7ce #a4cecb

Monochromatic Colors of #a4bcce

#a4bcce

Complementary Color

#a4bcce #ceb6a4

#a4bcce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4bcce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4bcce Color CSS Codes

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

#a4bcce Text Font Color

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

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


#a4bcce Background Color

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

This div background color is #a4bcce


#a4bcce Border Color

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

This div border color is #a4bcce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4bcce


Comments

No comments written yet.

Please login to write comment.