Color Hex Logo

#accec0 Color Hex

#ACCEC0
(172,206,192)
4 Favorites   0 Comments

Color spaces of #accec0

RGB 172206192
HSL0.430.260.74
HSV155°17°81°
CMYK 0.170.000.07   0.19
XYZ48.599056.719058.2556
Yxy56.71900.29710.3467
Hunter Lab75.3120-16.60966.8562
CIE-Lab80.0213-14.06323.1901

#accec0 color RGB value is (172,206,192).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001110 11000000
Octal 254 316 300
Decimal 172 206 192
Hex AC CE C0

RGB Percentages of Color #accec0

%30.18
%36.14
%33.68

CMYK Percentages of Color #accec0

%17
%0
%7
%19

Triadic Colors of #accec0

#accec0 #c0acce #cec0ac

Analogous Colors of #accec0

#accec0 #accbce #acceaf

Monochromatic Colors of #accec0

#accec0

Complementary Color

#accec0 #ceacba

#accec0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#accec0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#accec0 Color CSS Codes

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

#accec0 Text Font Color

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

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


#accec0 Background Color

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

This div background color is #accec0


#accec0 Border Color

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

This div border color is #accec0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #accec0

#accec0 Color Palettes


Comments

No comments written yet.

Please login to write comment.