Color Hex Logo

#accebc Color Hex

#ACCEBC
(172,206,188)
0 Favorites   0 Comments

Color spaces of #accebc

RGB 172206188
HSL0.410.260.74
HSV148°17°81°
CMYK 0.170.000.09   0.19
XYZ48.161756.544155.9527
Yxy56.54410.29980.3520
Hunter Lab75.1958-17.26638.5198
CIE-Lab79.9225-14.84025.1881

#accebc color RGB value is (172,206,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001110 10111100
Octal 254 316 274
Decimal 172 206 188
Hex AC CE BC

RGB Percentages of Color #accebc

%30.39
%36.40
%33.22

CMYK Percentages of Color #accebc

%17
%0
%9
%19

Triadic Colors of #accebc

#accebc #bcacce #cebcac

Analogous Colors of #accebc

#accebc #accecd #adceac

Monochromatic Colors of #accebc

#accebc

Complementary Color

#accebc #ceacbe

#accebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#accebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#accebc Color CSS Codes

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

#accebc Text Font Color

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

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


#accebc Background Color

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

This div background color is #accebc


#accebc Border Color

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

This div border color is #accebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #accebc


Comments

No comments written yet.

Please login to write comment.