Color Hex Logo

#a5beee Color Hex

#A5BEEE
(165,190,238)
0 Favorites   0 Comments

Color spaces of #a5beee

RGB 165190238
HSL0.610.680.79
HSV219°31°93°
CMYK 0.310.200.00   0.07
XYZ49.363150.999388.1311
Yxy50.99930.26190.2706
Hunter Lab71.4138-1.5902-23.1796
CIE-Lab76.67862.4295-26.5981

#a5beee color RGB value is (165,190,238).

#a5beee hex color red value is 165, green value is 190 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #a5beee hue: 0.61 , saturation: 0.68 and the lightness value of a5beee is 0.79.

The process color (four color CMYK) of #a5beee color hex is 0.31, 0.20, 0.00, 0.07. Web safe color of #a5beee is #99ccff. Color #a5beee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10111110 11101110
Octal 245 276 356
Decimal 165 190 238
Hex A5 BE EE

RGB Percentages of Color #a5beee

%27.82
%32.04
%40.13

CMYK Percentages of Color #a5beee

%31
%20
%0
%7

Triadic Colors of #a5beee

#a5beee #eea5be #beeea5

Analogous Colors of #a5beee

#a5beee #b1a5ee #a5e3ee

Monochromatic Colors of #a5beee

#a5beee

Complementary Color

#a5beee #eed5a5

#a5beee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5beee Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5beee Color CSS Codes

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

#a5beee Text Font Color

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

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


#a5beee Background Color

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

This div background color is #a5beee


#a5beee Border Color

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

This div border color is #a5beee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5beee


Comments

No comments written yet.

Please login to write comment.