Color Hex Logo

#a4bcde Color Hex

#A4BCDE
(164,188,222)
0 Favorites   0 Comments

Color spaces of #a4bcde

RGB 164188222
HSL0.600.470.76
HSV215°26°87°
CMYK 0.260.150.00   0.13
XYZ46.477949.132976.1412
Yxy49.13290.27060.2861
Hunter Lab70.0949-4.3078-15.3379
CIE-Lab75.5339-0.6246-19.7039

#a4bcde color RGB value is (164,188,222).

#a4bcde hex color red value is 164, green value is 188 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #a4bcde hue: 0.60 , saturation: 0.47 and the lightness value of a4bcde is 0.76.

The process color (four color CMYK) of #a4bcde color hex is 0.26, 0.15, 0.00, 0.13. Web safe color of #a4bcde is #99cccc. Color #a4bcde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10111100 11011110
Octal 244 274 336
Decimal 164 188 222
Hex A4 BC DE

RGB Percentages of Color #a4bcde

%28.57
%32.75
%38.68

CMYK Percentages of Color #a4bcde

%26
%15
%0
%13

Triadic Colors of #a4bcde

#a4bcde #dea4bc #bcdea4

Analogous Colors of #a4bcde

#a4bcde #a9a4de #a4d9de

Monochromatic Colors of #a4bcde

#a4bcde

Complementary Color

#a4bcde #dec6a4

#a4bcde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4bcde Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4bcde Color CSS Codes

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

#a4bcde Text Font Color

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

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


#a4bcde Background Color

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

This div background color is #a4bcde


#a4bcde Border Color

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

This div border color is #a4bcde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4bcde


Comments

No comments written yet.

Please login to write comment.