Color Hex Logo

#a5bdfc Color Hex

#A5BDFC
(165,189,252)
0 Favorites   0 Comments

Color spaces of #a5bdfc

RGB 165189252
HSL0.620.940.82
HSV223°35°99°
CMYK 0.350.250.00   0.01
XYZ51.285351.422899.3180
Yxy51.42280.25390.2545
Hunter Lab71.70972.1676-31.9199
CIE-Lab76.93446.4773-33.7314

#a5bdfc color RGB value is (165,189,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 10111101 11111100
Octal 245 275 374
Decimal 165 189 252
Hex A5 BD FC

RGB Percentages of Color #a5bdfc

%27.23
%31.19
%41.58

CMYK Percentages of Color #a5bdfc

%35
%25
%0
%1

Triadic Colors of #a5bdfc

#a5bdfc #fca5bd #bdfca5

Analogous Colors of #a5bdfc

#a5bdfc #b9a5fc #a5e9fc

Monochromatic Colors of #a5bdfc

#a5bdfc

Complementary Color

#a5bdfc #fce4a5

#a5bdfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5bdfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5bdfc Color CSS Codes

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

#a5bdfc Text Font Color

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

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


#a5bdfc Background Color

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

This div background color is #a5bdfc


#a5bdfc Border Color

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

This div border color is #a5bdfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5bdfc


Comments

No comments written yet.

Please login to write comment.