Color Hex Logo

#acc7ed Color Hex

#ACC7ED
(172,199,237)
0 Favorites   0 Comments

Color spaces of #acc7ed

RGB 172199237
HSL0.600.640.80
HSV215°27°93°
CMYK 0.270.160.00   0.07
XYZ52.722755.731988.0993
Yxy55.73190.26820.2835
Hunter Lab74.6538-4.5822-17.7107
CIE-Lab79.4610-0.6452-21.7784

#acc7ed color RGB value is (172,199,237).

#acc7ed hex color red value is 172, green value is 199 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #acc7ed hue: 0.60 , saturation: 0.64 and the lightness value of acc7ed is 0.80.

The process color (four color CMYK) of #acc7ed color hex is 0.27, 0.16, 0.00, 0.07. Web safe color of #acc7ed is #99ccff. Color #acc7ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11000111 11101101
Octal 254 307 355
Decimal 172 199 237
Hex AC C7 ED

RGB Percentages of Color #acc7ed

%28.29
%32.73
%38.98

CMYK Percentages of Color #acc7ed

%27
%16
%0
%7

Triadic Colors of #acc7ed

#acc7ed #edacc7 #c7edac

Analogous Colors of #acc7ed

#acc7ed #b2aced #ace8ed

Monochromatic Colors of #acc7ed

#acc7ed

Complementary Color

#acc7ed #edd2ac

#acc7ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc7ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc7ed Color CSS Codes

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

#acc7ed Text Font Color

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

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


#acc7ed Background Color

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

This div background color is #acc7ed


#acc7ed Border Color

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

This div border color is #acc7ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc7ed


Comments

No comments written yet.

Please login to write comment.