Color Hex Logo

#accfc5 Color Hex

#ACCFC5
(172,207,197)
0 Favorites   0 Comments

Color spaces of #accfc5

RGB 172207197
HSL0.450.270.74
HSV163°17°81°
CMYK 0.170.000.05   0.19
XYZ49.404157.427561.3041
Yxy57.42750.29380.3416
Hunter Lab75.7809-16.24665.0831
CIE-Lab80.4194-13.58361.0925

#accfc5 color RGB value is (172,207,197).

#accfc5 hex color red value is 172, green value is 207 and the blue value of its RGB is 197. Cylindrical-coordinate representations (also known as HSL) of color #accfc5 hue: 0.45 , saturation: 0.27 and the lightness value of accfc5 is 0.74.

The process color (four color CMYK) of #accfc5 color hex is 0.17, 0.00, 0.05, 0.19. Web safe color of #accfc5 is #99cccc. Color #accfc5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001111 11000101
Octal 254 317 305
Decimal 172 207 197
Hex AC CF C5

RGB Percentages of Color #accfc5

%29.86
%35.94
%34.20

CMYK Percentages of Color #accfc5

%17
%0
%5
%19

Triadic Colors of #accfc5

#accfc5 #c5accf #cfc5ac

Analogous Colors of #accfc5

#accfc5 #acc8cf #accfb4

Monochromatic Colors of #accfc5

#accfc5

Complementary Color

#accfc5 #cfacb6

#accfc5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#accfc5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#accfc5 Color CSS Codes

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

#accfc5 Text Font Color

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

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


#accfc5 Background Color

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

This div background color is #accfc5


#accfc5 Border Color

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

This div border color is #accfc5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #accfc5


Comments

No comments written yet.

Please login to write comment.