color codes Logo

#a5b4cc color codes

#A5B4CC
(165,180,204)
0 Favorites   0 Comments

Color spaces of #a5b4cc

RGB 165180204
HSL0.600.280.72
HSV217°19°80°
CMYK 0.190.120.00   0.20
XYZ42.737445.001563.5604
Yxy45.00150.28250.2974
Hunter Lab67.0832-3.6766-9.2183
CIE-Lab72.8929-0.1051-13.8861

#a5b4cc color RGB value is (165,180,204).

#a5b4cc hex color red value is 165, green value is 180 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #a5b4cc hue: 0.60 , saturation: 0.28 and the lightness value of a5b4cc is 0.72.

The process color (four color CMYK) of #a5b4cc color code is 0.19, 0.12, 0.00, 0.20. Web safe color of #a5b4cc is #99cccc. Color #a5b4cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10110100 11001100
Octal 245 264 314
Decimal 165 180 204
Hex A5 B4 CC

RGB Percentages of Color #a5b4cc

%30.05
%32.79
%37.16

CMYK Percentages of Color #a5b4cc

%19
%12
%0
%20

Triadic Colors of #a5b4cc

#a5b4cc #cca5b4 #b4cca5

Analogous Colors of #a5b4cc

#a5b4cc #aaa5cc #a5c8cc

Monochromatic Colors of #a5b4cc

#a5b4cc

Complementary Color

#a5b4cc #ccbda5

#a5b4cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5b4cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5b4cc Color CSS Codes

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

#a5b4cc Text Font Color

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

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


#a5b4cc Background Color

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

This div background color is #a5b4cc


#a5b4cc Border Color

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

This div border color is #a5b4cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5b4cc


Comments

No comments written yet.

Please login to write comment.