Color Hex Logo

#accfc1 Color Hex

#ACCFC1
(172,207,193)
0 Favorites   0 Comments

Color spaces of #accfc1

RGB 172207193
HSL0.430.270.74
HSV156°17°81°
CMYK 0.170.000.07   0.19
XYZ48.951757.246658.9217
Yxy57.24660.29650.3467
Hunter Lab75.6615-16.92116.7907
CIE-Lab80.3181-14.37773.0854

#accfc1 color RGB value is (172,207,193).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001111 11000001
Octal 254 317 301
Decimal 172 207 193
Hex AC CF C1

RGB Percentages of Color #accfc1

%30.07
%36.19
%33.74

CMYK Percentages of Color #accfc1

%17
%0
%7
%19

Triadic Colors of #accfc1

#accfc1 #c1accf #cfc1ac

Analogous Colors of #accfc1

#accfc1 #accccf #accfb0

Monochromatic Colors of #accfc1

#accfc1

Complementary Color

#accfc1 #cfacba

#accfc1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#accfc1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#accfc1 Color CSS Codes

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

#accfc1 Text Font Color

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

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


#accfc1 Background Color

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

This div background color is #accfc1


#accfc1 Border Color

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

This div border color is #accfc1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #accfc1


Comments

No comments written yet.

Please login to write comment.