Color Hex Logo

#acceb5 Color Hex

#ACCEB5
(172,206,181)
0 Favorites   0 Comments

Color spaces of #acceb5

RGB 172206181
HSL0.380.260.74
HSV136°17°81°
CMYK 0.170.000.12   0.19
XYZ47.425156.249552.0737
Yxy56.24950.30450.3612
Hunter Lab74.9997-18.377211.3336
CIE-Lab79.7556-16.16358.6913

#acceb5 color RGB value is (172,206,181).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001110 10110101
Octal 254 316 265
Decimal 172 206 181
Hex AC CE B5

RGB Percentages of Color #acceb5

%30.77
%36.85
%32.38

CMYK Percentages of Color #acceb5

%17
%0
%12
%19

Triadic Colors of #acceb5

#acceb5 #b5acce #ceb5ac

Analogous Colors of #acceb5

#acceb5 #accec6 #b4ceac

Monochromatic Colors of #acceb5

#acceb5

Complementary Color

#acceb5 #ceacc5

#acceb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acceb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acceb5 Color CSS Codes

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

#acceb5 Text Font Color

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

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


#acceb5 Background Color

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

This div background color is #acceb5


#acceb5 Border Color

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

This div border color is #acceb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acceb5


Comments

No comments written yet.

Please login to write comment.