Color Hex Logo

#a5cacb Color Hex

#A5CACB
(165,202,203)
0 Favorites   0 Comments

Color spaces of #a5cacb

RGB 165202203
HSL0.500.270.72
HSV182°19°80°
CMYK 0.190.000.00   0.20
XYZ47.417154.552264.5304
Yxy54.55220.28480.3276
Hunter Lab73.8595-14.6587-0.0996
CIE-Lab78.7826-11.9919-4.5773

#a5cacb color RGB value is (165,202,203).

#a5cacb hex color red value is 165, green value is 202 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #a5cacb hue: 0.50 , saturation: 0.27 and the lightness value of a5cacb is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 11001010 11001011
Octal 245 312 313
Decimal 165 202 203
Hex A5 CA CB

RGB Percentages of Color #a5cacb

%28.95
%35.44
%35.61

CMYK Percentages of Color #a5cacb

%19
%0
%0
%20

Triadic Colors of #a5cacb

#a5cacb #cba5ca #cacba5

Analogous Colors of #a5cacb

#a5cacb #a5b7cb #a5cbb9

Monochromatic Colors of #a5cacb

#a5cacb

Complementary Color

#a5cacb #cba6a5

#a5cacb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5cacb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5cacb Color CSS Codes

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

#a5cacb Text Font Color

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

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


#a5cacb Background Color

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

This div background color is #a5cacb


#a5cacb Border Color

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

This div border color is #a5cacb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5cacb


Comments

No comments written yet.

Please login to write comment.