Color Hex Logo

#a4bcea Color Hex

#A4BCEA
(164,188,234)
0 Favorites   0 Comments

Color spaces of #a4bcea

RGB 164188234
HSL0.610.630.78
HSV219°30°92°
CMYK 0.300.200.00   0.08
XYZ48.144349.799584.9167
Yxy49.79950.26330.2723
Hunter Lab70.5688-1.7168-21.9466
CIE-Lab75.94602.2517-25.5669

#a4bcea color RGB value is (164,188,234).

#a4bcea hex color red value is 164, green value is 188 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #a4bcea hue: 0.61 , saturation: 0.63 and the lightness value of a4bcea is 0.78.

The process color (four color CMYK) of #a4bcea color hex is 0.30, 0.20, 0.00, 0.08. Web safe color of #a4bcea is #99ccff. Color #a4bcea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10111100 11101010
Octal 244 274 352
Decimal 164 188 234
Hex A4 BC EA

RGB Percentages of Color #a4bcea

%27.99
%32.08
%39.93

CMYK Percentages of Color #a4bcea

%30
%20
%0
%8

Triadic Colors of #a4bcea

#a4bcea #eaa4bc #bceaa4

Analogous Colors of #a4bcea

#a4bcea #afa4ea #a4dfea

Monochromatic Colors of #a4bcea

#a4bcea

Complementary Color

#a4bcea #ead2a4

#a4bcea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4bcea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4bcea Color CSS Codes

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

#a4bcea Text Font Color

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

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


#a4bcea Background Color

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

This div background color is #a4bcea


#a4bcea Border Color

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

This div border color is #a4bcea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4bcea


Comments

No comments written yet.

Please login to write comment.