Color Hex Logo

#a5cab8 Color Hex

#A5CAB8
(165,202,184)
0 Favorites   0 Comments

Color spaces of #a5cab8

RGB 165202184
HSL0.420.260.72
HSV151°18°79°
CMYK 0.180.000.09   0.21
XYZ45.289353.701153.3257
Yxy53.70110.29730.3526
Hunter Lab73.2810-17.92498.1521
CIE-Lab78.2871-15.87884.9159

#a5cab8 color RGB value is (165,202,184).

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

The process color (four color CMYK) of #a5cab8 color hex is 0.18, 0.00, 0.09, 0.21. Web safe color of #a5cab8 is #99cccc. Color #a5cab8 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 11001010 10111000
Octal 245 312 270
Decimal 165 202 184
Hex A5 CA B8

RGB Percentages of Color #a5cab8

%29.95
%36.66
%33.39

CMYK Percentages of Color #a5cab8

%18
%0
%9
%21

Triadic Colors of #a5cab8

#a5cab8 #b8a5ca #cab8a5

Analogous Colors of #a5cab8

#a5cab8 #a5caca #a5caa6

Monochromatic Colors of #a5cab8

#a5cab8

Complementary Color

#a5cab8 #caa5b7

#a5cab8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5cab8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5cab8 Color CSS Codes

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

#a5cab8 Text Font Color

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

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


#a5cab8 Background Color

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

This div background color is #a5cab8


#a5cab8 Border Color

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

This div border color is #a5cab8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5cab8


Comments

No comments written yet.

Please login to write comment.