Color Hex Logo

#a4beeb Color Hex

#A4BEEB
(164,190,235)
0 Favorites   0 Comments

Color spaces of #a4beeb

RGB 164190235
HSL0.610.640.78
HSV218°30°92°
CMYK 0.300.190.00   0.08
XYZ48.718750.717685.8190
Yxy50.71760.26300.2738
Hunter Lab71.2163-2.5176-21.5959
CIE-Lab76.50761.4099-25.2484

#a4beeb color RGB value is (164,190,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 10111110 11101011
Octal 244 276 353
Decimal 164 190 235
Hex A4 BE EB

RGB Percentages of Color #a4beeb

%27.84
%32.26
%39.90

CMYK Percentages of Color #a4beeb

%30
%19
%0
%8

Triadic Colors of #a4beeb

#a4beeb #eba4be #beeba4

Analogous Colors of #a4beeb

#a4beeb #aea4eb #a4e2eb

Monochromatic Colors of #a4beeb

#a4beeb

Complementary Color

#a4beeb #ebd1a4

#a4beeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4beeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4beeb Color CSS Codes

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

#a4beeb Text Font Color

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

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


#a4beeb Background Color

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

This div background color is #a4beeb


#a4beeb Border Color

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

This div border color is #a4beeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,190,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 #a4beeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4beeb


Comments

No comments written yet.

Please login to write comment.