Color Hex Logo

#a4baeb Color Hex

#A4BAEB
(164,186,235)
0 Favorites   0 Comments

Color spaces of #a4baeb

RGB 164186235
HSL0.620.640.78
HSV221°30°92°
CMYK 0.300.210.00   0.08
XYZ47.864149.008585.5341
Yxy49.00850.26240.2687
Hunter Lab70.0061-0.4678-23.4369
CIE-Lab75.45663.5865-26.8558

#a4baeb color RGB value is (164,186,235).

#a4baeb hex color red value is 164, green value is 186 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #a4baeb hue: 0.62 , saturation: 0.64 and the lightness value of a4baeb is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 10111010 11101011
Octal 244 272 353
Decimal 164 186 235
Hex A4 BA EB

RGB Percentages of Color #a4baeb

%28.03
%31.79
%40.17

CMYK Percentages of Color #a4baeb

%30
%21
%0
%8

Triadic Colors of #a4baeb

#a4baeb #eba4ba #baeba4

Analogous Colors of #a4baeb

#a4baeb #b2a4eb #a4deeb

Monochromatic Colors of #a4baeb

#a4baeb

Complementary Color

#a4baeb #ebd5a4

#a4baeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4baeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4baeb Color CSS Codes

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

#a4baeb Text Font Color

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

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


#a4baeb Background Color

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

This div background color is #a4baeb


#a4baeb Border Color

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

This div border color is #a4baeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4baeb


Comments

No comments written yet.

Please login to write comment.