Color Hex Logo

#acc5bf Color Hex

#ACC5BF
(172,197,191)
0 Favorites   0 Comments

Color spaces of #acc5bf

RGB 172197191
HSL0.460.180.72
HSV166°13°77°
CMYK 0.130.000.03   0.23
XYZ46.383552.464756.9723
Yxy52.46470.29770.3367
Hunter Lab72.4325-12.45114.0678
CIE-Lab77.5579-9.61540.1440

#acc5bf color RGB value is (172,197,191).

#acc5bf hex color red value is 172, green value is 197 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #acc5bf hue: 0.46 , saturation: 0.18 and the lightness value of acc5bf is 0.72.

The process color (four color CMYK) of #acc5bf color hex is 0.13, 0.00, 0.03, 0.23. Web safe color of #acc5bf is #99cccc. Color #acc5bf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11000101 10111111
Octal 254 305 277
Decimal 172 197 191
Hex AC C5 BF

RGB Percentages of Color #acc5bf

%30.71
%35.18
%34.11

CMYK Percentages of Color #acc5bf

%13
%0
%3
%23

Triadic Colors of #acc5bf

#acc5bf #bfacc5 #c5bfac

Analogous Colors of #acc5bf

#acc5bf #acbfc5 #acc5b3

Monochromatic Colors of #acc5bf

#acc5bf

Complementary Color

#acc5bf #c5acb2

#acc5bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc5bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc5bf Color CSS Codes

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

#acc5bf Text Font Color

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

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


#acc5bf Background Color

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

This div background color is #acc5bf


#acc5bf Border Color

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

This div border color is #acc5bf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,197,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 #acc5bf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc5bf


Comments

No comments written yet.

Please login to write comment.