Color Hex Logo

#acda5b Color Hex

#ACDA5B
(172,218,91)
0 Favorites   0 Comments

Color spaces of #acda5b

RGB 17221891
HSL0.230.630.61
HSV82°58°85°
CMYK 0.210.000.58   0.15
XYZ43.973059.668819.0971
Yxy59.66880.35830.4861
Hunter Lab77.2456-33.566439.4139
CIE-Lab81.6578-34.228556.4234

#acda5b color RGB value is (172,218,91).

#acda5b hex color red value is 172, green value is 218 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #acda5b hue: 0.23 , saturation: 0.63 and the lightness value of acda5b is 0.61.

The process color (four color CMYK) of #acda5b color hex is 0.21, 0.00, 0.58, 0.15. Web safe color of #acda5b is #99cc66. Color #acda5b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011010 01011011
Octal 254 332 133
Decimal 172 218 91
Hex AC DA 5B

RGB Percentages of Color #acda5b

%35.76
%45.32
%18.92

CMYK Percentages of Color #acda5b

%21
%0
%58
%15

Triadic Colors of #acda5b

#acda5b #5bacda #da5bac

Analogous Colors of #acda5b

#acda5b #6dda5b #dac95b

Monochromatic Colors of #acda5b

#acda5b

Complementary Color

#acda5b #895bda

#acda5b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acda5b Color Preview on White Background

Lorem ipsum dolor sit amet.

#acda5b Color CSS Codes

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

#acda5b Text Font Color

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

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


#acda5b Background Color

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

This div background color is #acda5b


#acda5b Border Color

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

This div border color is #acda5b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acda5b


Comments

No comments written yet.

Please login to write comment.