Color Hex Logo

#a5beda Color Hex

#A5BEDA
(165,190,218)
0 Favorites   0 Comments

Color spaces of #a5beda

RGB 165190218
HSL0.590.420.75
HSV212°24°85°
CMYK 0.240.130.00   0.15
XYZ46.585449.888273.5037
Yxy49.88820.27410.2935
Hunter Lab70.6316-5.8747-12.2588
CIE-Lab76.0006-2.3326-16.8255

#a5beda color RGB value is (165,190,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 10111110 11011010
Octal 245 276 332
Decimal 165 190 218
Hex A5 BE DA

RGB Percentages of Color #a5beda

%28.80
%33.16
%38.05

CMYK Percentages of Color #a5beda

%24
%13
%0
%15

Triadic Colors of #a5beda

#a5beda #daa5be #bedaa5

Analogous Colors of #a5beda

#a5beda #a7a5da #a5d9da

Monochromatic Colors of #a5beda

#a5beda

Complementary Color

#a5beda #dac1a5

#a5beda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5beda Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5beda Color CSS Codes

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

#a5beda Text Font Color

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

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


#a5beda Background Color

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

This div background color is #a5beda


#a5beda Border Color

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

This div border color is #a5beda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5beda


Comments

No comments written yet.

Please login to write comment.