Color Hex Logo

#aacfbd Color Hex

#AACFBD
(170,207,189)
0 Favorites   0 Comments

Color spaces of #aacfbd

RGB 170207189
HSL0.420.280.74
HSV151°18°81°
CMYK 0.180.000.09   0.19
XYZ48.075756.845856.5826
Yxy56.84580.29770.3520
Hunter Lab75.3962-18.12438.2819
CIE-Lab80.0928-15.81164.8828

#aacfbd color RGB value is (170,207,189).

#aacfbd hex color red value is 170, green value is 207 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #aacfbd hue: 0.42 , saturation: 0.28 and the lightness value of aacfbd is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11001111 10111101
Octal 252 317 275
Decimal 170 207 189
Hex AA CF BD

RGB Percentages of Color #aacfbd

%30.04
%36.57
%33.39

CMYK Percentages of Color #aacfbd

%18
%0
%9
%19

Triadic Colors of #aacfbd

#aacfbd #bdaacf #cfbdaa

Analogous Colors of #aacfbd

#aacfbd #aacfcf #aacfab

Monochromatic Colors of #aacfbd

#aacfbd

Complementary Color

#aacfbd #cfaabc

#aacfbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aacfbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aacfbd Color CSS Codes

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

#aacfbd Text Font Color

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

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


#aacfbd Background Color

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

This div background color is #aacfbd


#aacfbd Border Color

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

This div border color is #aacfbd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(170,207,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #aacfbd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #aacfbd;
  -webkit-box-shadow: 1px 1px 3px 2px #aacfbd;
  box-shadow:         1px 1px 3px 2px #aacfbd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,207,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aacfbd


Comments

No comments written yet.

Please login to write comment.