Color Hex Logo

#acc3df Color Hex

#ACC3DF
(172,195,223)
0 Favorites   0 Comments

Color spaces of #acc3df

RGB 172195223
HSL0.590.440.77
HSV213°23°87°
CMYK 0.230.130.00   0.13
XYZ49.847653.128677.4396
Yxy53.12860.27630.2945
Hunter Lab72.8894-5.4838-11.9687
CIE-Lab77.9509-1.7438-16.5402

#acc3df color RGB value is (172,195,223).

#acc3df hex color red value is 172, green value is 195 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #acc3df hue: 0.59 , saturation: 0.44 and the lightness value of acc3df is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11000011 11011111
Octal 254 303 337
Decimal 172 195 223
Hex AC C3 DF

RGB Percentages of Color #acc3df

%29.15
%33.05
%37.80

CMYK Percentages of Color #acc3df

%23
%13
%0
%13

Triadic Colors of #acc3df

#acc3df #dfacc3 #c3dfac

Analogous Colors of #acc3df

#acc3df #afacdf #acdddf

Monochromatic Colors of #acc3df

#acc3df

Complementary Color

#acc3df #dfc8ac

#acc3df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc3df Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc3df Color CSS Codes

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

#acc3df Text Font Color

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

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


#acc3df Background Color

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

This div background color is #acc3df


#acc3df Border Color

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

This div border color is #acc3df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc3df


Comments

No comments written yet.

Please login to write comment.