Color Hex Logo

#accfdd Color Hex

#ACCFDD
(172,207,221)
0 Favorites   0 Comments

Color spaces of #accfdd

RGB 172207221
HSL0.550.420.77
HSV197°22°87°
CMYK 0.220.060.00   0.13
XYZ52.377258.616876.9602
Yxy58.61680.27870.3119
Hunter Lab76.5616-11.8677-6.0055
CIE-Lab81.0805-8.5252-10.7751

#accfdd color RGB value is (172,207,221).

#accfdd hex color red value is 172, green value is 207 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #accfdd hue: 0.55 , saturation: 0.42 and the lightness value of accfdd is 0.77.

The process color (four color CMYK) of #accfdd color hex is 0.22, 0.06, 0.00, 0.13. Web safe color of #accfdd is #99cccc. Color #accfdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001111 11011101
Octal 254 317 335
Decimal 172 207 221
Hex AC CF DD

RGB Percentages of Color #accfdd

%28.67
%34.50
%36.83

CMYK Percentages of Color #accfdd

%22
%6
%0
%13

Triadic Colors of #accfdd

#accfdd #ddaccf #cfddac

Analogous Colors of #accfdd

#accfdd #acb7dd #acddd3

Monochromatic Colors of #accfdd

#accfdd

Complementary Color

#accfdd #ddbaac

#accfdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#accfdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#accfdd Color CSS Codes

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

#accfdd Text Font Color

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

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


#accfdd Background Color

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

This div background color is #accfdd


#accfdd Border Color

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

This div border color is #accfdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #accfdd


Comments

No comments written yet.

Please login to write comment.