Color Hex Logo

#a5ccbf Color Hex

#A5CCBF
(165,204,191)
0 Favorites   0 Comments

Color spaces of #a5ccbf

RGB 165204191
HSL0.440.280.72
HSV160°19°80°
CMYK 0.190.000.06   0.20
XYZ46.513954.946757.4444
Yxy54.94670.29270.3458
Hunter Lab74.1260-17.71235.9411
CIE-Lab79.0106-15.50842.2047

#a5ccbf color RGB value is (165,204,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 11001100 10111111
Octal 245 314 277
Decimal 165 204 191
Hex A5 CC BF

RGB Percentages of Color #a5ccbf

%29.46
%36.43
%34.11

CMYK Percentages of Color #a5ccbf

%19
%0
%6
%20

Triadic Colors of #a5ccbf

#a5ccbf #bfa5cc #ccbfa5

Analogous Colors of #a5ccbf

#a5ccbf #a5c6cc #a5ccac

Monochromatic Colors of #a5ccbf

#a5ccbf

Complementary Color

#a5ccbf #cca5b2

#a5ccbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5ccbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5ccbf Color CSS Codes

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

#a5ccbf Text Font Color

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

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


#a5ccbf Background Color

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

This div background color is #a5ccbf


#a5ccbf Border Color

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

This div border color is #a5ccbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5ccbf


Comments

No comments written yet.

Please login to write comment.