Color Hex Logo

#a5afbc Color Hex

#A5AFBC
(165,175,188)
0 Favorites   0 Comments

Color spaces of #a5afbc

RGB 165175188
HSL0.590.150.69
HSV214°12°74°
CMYK 0.120.070.00   0.26
XYZ39.924142.290153.6355
Yxy42.29010.29390.3113
Hunter Lab65.0308-4.2182-3.3790
CIE-Lab71.0705-0.8465-7.8313

#a5afbc color RGB value is (165,175,188).

#a5afbc hex color red value is 165, green value is 175 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #a5afbc hue: 0.59 , saturation: 0.15 and the lightness value of a5afbc is 0.69.

The process color (four color CMYK) of #a5afbc color hex is 0.12, 0.07, 0.00, 0.26. Web safe color of #a5afbc is #9999cc. Color #a5afbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10101111 10111100
Octal 245 257 274
Decimal 165 175 188
Hex A5 AF BC

RGB Percentages of Color #a5afbc

%31.25
%33.14
%35.61

CMYK Percentages of Color #a5afbc

%12
%7
%0
%26

Triadic Colors of #a5afbc

#a5afbc #bca5af #afbca5

Analogous Colors of #a5afbc

#a5afbc #a7a5bc #a5bbbc

Monochromatic Colors of #a5afbc

#a5afbc

Complementary Color

#a5afbc #bcb2a5

#a5afbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5afbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5afbc Color CSS Codes

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

#a5afbc Text Font Color

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

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


#a5afbc Background Color

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

This div background color is #a5afbc


#a5afbc Border Color

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

This div border color is #a5afbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5afbc


Comments

No comments written yet.

Please login to write comment.