Color Hex Logo

#accbaf Color Hex

#ACCBAF
(172,203,175)
0 Favorites   0 Comments

Color spaces of #accbaf

RGB 172203175
HSL0.350.230.74
HSV126°15°80°
CMYK 0.150.000.14   0.20
XYZ46.107154.577748.6619
Yxy54.57770.30870.3654
Hunter Lab73.8767-17.880912.6599
CIE-Lab78.7974-15.741610.5325

#accbaf color RGB value is (172,203,175).

#accbaf hex color red value is 172, green value is 203 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #accbaf hue: 0.35 , saturation: 0.23 and the lightness value of accbaf is 0.74.

The process color (four color CMYK) of #accbaf color hex is 0.15, 0.00, 0.14, 0.20. Web safe color of #accbaf is #99cc99. Color #accbaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001011 10101111
Octal 254 313 257
Decimal 172 203 175
Hex AC CB AF

RGB Percentages of Color #accbaf

%31.27
%36.91
%31.82

CMYK Percentages of Color #accbaf

%15
%0
%14
%20

Triadic Colors of #accbaf

#accbaf #afaccb #cbafac

Analogous Colors of #accbaf

#accbaf #accbbf #b9cbac

Monochromatic Colors of #accbaf

#accbaf

Complementary Color

#accbaf #cbacc8

#accbaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#accbaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#accbaf Color CSS Codes

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

#accbaf Text Font Color

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

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


#accbaf Background Color

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

This div background color is #accbaf


#accbaf Border Color

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

This div border color is #accbaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #accbaf


Comments

No comments written yet.

Please login to write comment.