Color Hex Logo

#a4bdef Color Hex

#A4BDEF
(164,189,239)
0 Favorites   0 Comments

Color spaces of #a4bdef

RGB 164189239
HSL0.610.700.79
HSV220°31°94°
CMYK 0.310.210.00   0.06
XYZ49.087450.519788.8254
Yxy50.51970.26050.2681
Hunter Lab71.0772-1.1093-24.3408
CIE-Lab76.38722.9361-27.5887

#a4bdef color RGB value is (164,189,239).

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

The process color (four color CMYK) of #a4bdef color hex is 0.31, 0.21, 0.00, 0.06. Web safe color of #a4bdef is #99ccff. Color #a4bdef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10111101 11101111
Octal 244 275 357
Decimal 164 189 239
Hex A4 BD EF

RGB Percentages of Color #a4bdef

%27.70
%31.93
%40.37

CMYK Percentages of Color #a4bdef

%31
%21
%0
%6

Triadic Colors of #a4bdef

#a4bdef #efa4bd #bdefa4

Analogous Colors of #a4bdef

#a4bdef #b1a4ef #a4e3ef

Monochromatic Colors of #a4bdef

#a4bdef

Complementary Color

#a4bdef #efd6a4

#a4bdef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4bdef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4bdef Color CSS Codes

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

#a4bdef Text Font Color

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

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


#a4bdef Background Color

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

This div background color is #a4bdef


#a4bdef Border Color

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

This div border color is #a4bdef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4bdef


Comments

No comments written yet.

Please login to write comment.