Color Hex Logo

#a4bdec Color Hex

#A4BDEC
(164,189,236)
0 Favorites   0 Comments

Color spaces of #a4bdec

RGB 164189236
HSL0.610.650.78
HSV219°31°93°
CMYK 0.310.200.00   0.07
XYZ48.647850.343886.5102
Yxy50.34380.26220.2714
Hunter Lab70.9534-1.7833-22.6222
CIE-Lab76.27982.1977-26.1359

#a4bdec color RGB value is (164,189,236).

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

The process color (four color CMYK) of #a4bdec color hex is 0.31, 0.20, 0.00, 0.07. Web safe color of #a4bdec is #99ccff. Color #a4bdec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10111101 11101100
Octal 244 275 354
Decimal 164 189 236
Hex A4 BD EC

RGB Percentages of Color #a4bdec

%27.84
%32.09
%40.07

CMYK Percentages of Color #a4bdec

%31
%20
%0
%7

Triadic Colors of #a4bdec

#a4bdec #eca4bd #bdeca4

Analogous Colors of #a4bdec

#a4bdec #afa4ec #a4e1ec

Monochromatic Colors of #a4bdec

#a4bdec

Complementary Color

#a4bdec #ecd3a4

#a4bdec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4bdec Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4bdec Color CSS Codes

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

#a4bdec Text Font Color

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

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


#a4bdec Background Color

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

This div background color is #a4bdec


#a4bdec Border Color

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

This div border color is #a4bdec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4bdec


Comments

No comments written yet.

Please login to write comment.