Color Hex Logo

#acce48 Color Hex

#ACCE48
(172,206,72)
0 Favorites   0 Comments

Color spaces of #acce48

RGB 17220672
HSL0.210.580.55
HSV75°65°81°
CMYK 0.170.000.65   0.19
XYZ40.254353.381114.3129
Yxy53.38110.37290.4945
Hunter Lab73.0624-29.513139.5288
CIE-Lab78.0995-30.114460.5487

#acce48 color RGB value is (172,206,72).

#acce48 hex color red value is 172, green value is 206 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #acce48 hue: 0.21 , saturation: 0.58 and the lightness value of acce48 is 0.55.

The process color (four color CMYK) of #acce48 color hex is 0.17, 0.00, 0.65, 0.19. Web safe color of #acce48 is #99cc33. Color #acce48 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001110 01001000
Octal 254 316 110
Decimal 172 206 72
Hex AC CE 48

RGB Percentages of Color #acce48

%38.22
%45.78
%16.00

CMYK Percentages of Color #acce48

%17
%0
%65
%19

Triadic Colors of #acce48

#acce48 #48acce #ce48ac

Analogous Colors of #acce48

#acce48 #69ce48 #cead48

Monochromatic Colors of #acce48

#acce48

Complementary Color

#acce48 #6a48ce

#acce48 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acce48 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acce48 Color CSS Codes

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

#acce48 Text Font Color

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

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


#acce48 Background Color

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

This div background color is #acce48


#acce48 Border Color

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

This div border color is #acce48


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acce48


Comments

No comments written yet.

Please login to write comment.