Color Hex Logo

#a5befe Color Hex

#A5BEFE
(165,190,254)
0 Favorites   0 Comments

Color spaces of #a5befe

RGB 165190254
HSL0.620.980.82
HSV223°35°100°
CMYK 0.350.250.00   0.00
XYZ51.819951.9820101.0683
Yxy51.98200.25290.2537
Hunter Lab72.09852.1221-32.6442
CIE-Lab77.27016.4400-34.2855

#a5befe color RGB value is (165,190,254).

#a5befe hex color red value is 165, green value is 190 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #a5befe hue: 0.62 , saturation: 0.98 and the lightness value of a5befe is 0.82.

The process color (four color CMYK) of #a5befe color hex is 0.35, 0.25, 0.00, 0.00. Web safe color of #a5befe is #99ccff. Color #a5befe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10111110 11111110
Octal 245 276 376
Decimal 165 190 254
Hex A5 BE FE

RGB Percentages of Color #a5befe

%27.09
%31.20
%41.71

CMYK Percentages of Color #a5befe

%35
%25
%0
%0

Triadic Colors of #a5befe

#a5befe #fea5be #befea5

Analogous Colors of #a5befe

#a5befe #b9a5fe #a5ebfe

Monochromatic Colors of #a5befe

#a5befe

Complementary Color

#a5befe #fee5a5

#a5befe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5befe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5befe Color CSS Codes

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

#a5befe Text Font Color

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

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


#a5befe Background Color

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

This div background color is #a5befe


#a5befe Border Color

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

This div border color is #a5befe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5befe

Related Colors


Comments

No comments written yet.

Please login to write comment.