Color Hex Logo

#a4beda Color Hex

#A4BEDA
(164,190,218)
0 Favorites   0 Comments

Color spaces of #a4beda

RGB 164190218
HSL0.590.420.75
HSV211°25°85°
CMYK 0.250.130.00   0.15
XYZ46.378249.781473.4940
Yxy49.78140.27340.2934
Hunter Lab70.5559-6.1403-12.3698
CIE-Lab75.9349-2.6348-16.9310

#a4beda color RGB value is (164,190,218).

#a4beda hex color red value is 164, green value is 190 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #a4beda hue: 0.59 , saturation: 0.42 and the lightness value of a4beda is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 10111110 11011010
Octal 244 276 332
Decimal 164 190 218
Hex A4 BE DA

RGB Percentages of Color #a4beda

%28.67
%33.22
%38.11

CMYK Percentages of Color #a4beda

%25
%13
%0
%15

Triadic Colors of #a4beda

#a4beda #daa4be #bedaa4

Analogous Colors of #a4beda

#a4beda #a5a4da #a4d9da

Monochromatic Colors of #a4beda

#a4beda

Complementary Color

#a4beda #dac0a4

#a4beda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4beda Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4beda Color CSS Codes

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

#a4beda Text Font Color

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

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


#a4beda Background Color

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

This div background color is #a4beda


#a4beda Border Color

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

This div border color is #a4beda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4beda


Comments

No comments written yet.

Please login to write comment.