Color Hex Logo

#acda38 Color Hex

#ACDA38
(172,218,56)
0 Favorites   0 Comments

Color spaces of #acda38

RGB 17221856
HSL0.210.690.54
HSV77°74°85°
CMYK 0.210.000.74   0.15
XYZ42.798559.199012.9122
Yxy59.19900.37250.5152
Hunter Lab76.9409-35.355643.9086
CIE-Lab81.4009-36.594969.6725

#acda38 color RGB value is (172,218,56).

#acda38 hex color red value is 172, green value is 218 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #acda38 hue: 0.21 , saturation: 0.69 and the lightness value of acda38 is 0.54.

The process color (four color CMYK) of #acda38 color hex is 0.21, 0.00, 0.74, 0.15. Web safe color of #acda38 is #99cc33. Color #acda38 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011010 00111000
Octal 254 332 70
Decimal 172 218 56
Hex AC DA 38

RGB Percentages of Color #acda38

%38.57
%48.88
%12.56

CMYK Percentages of Color #acda38

%21
%0
%74
%15

Triadic Colors of #acda38

#acda38 #38acda #da38ac

Analogous Colors of #acda38

#acda38 #5bda38 #dab738

Monochromatic Colors of #acda38

#acda38

Complementary Color

#acda38 #6638da

#acda38 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acda38 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acda38 Color CSS Codes

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

#acda38 Text Font Color

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

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


#acda38 Background Color

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

This div background color is #acda38


#acda38 Border Color

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

This div border color is #acda38


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acda38


Comments

No comments written yet.

Please login to write comment.