Color Hex Logo

#a4cb51 Color Hex

#A4CB51
(164,203,81)
0 Favorites   0 Comments

Color spaces of #a4cb51

RGB 16420381
HSL0.220.540.56
HSV79°60°80°
CMYK 0.190.000.60   0.20
XYZ38.151051.198515.6561
Yxy51.19850.36330.4876
Hunter Lab71.5531-30.044637.1143
CIE-Lab76.7991-31.166455.2202

#a4cb51 color RGB value is (164,203,81).

#a4cb51 hex color red value is 164, green value is 203 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #a4cb51 hue: 0.22 , saturation: 0.54 and the lightness value of a4cb51 is 0.56.

The process color (four color CMYK) of #a4cb51 color hex is 0.19, 0.00, 0.60, 0.20. Web safe color of #a4cb51 is #99cc66. Color #a4cb51 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 11001011 01010001
Octal 244 313 121
Decimal 164 203 81
Hex A4 CB 51

RGB Percentages of Color #a4cb51

%36.61
%45.31
%18.08

CMYK Percentages of Color #a4cb51

%19
%0
%60
%20

Triadic Colors of #a4cb51

#a4cb51 #51a4cb #cb51a4

Analogous Colors of #a4cb51

#a4cb51 #67cb51 #cbb551

Monochromatic Colors of #a4cb51

#a4cb51

Complementary Color

#a4cb51 #7851cb

#a4cb51 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4cb51 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4cb51 Color CSS Codes

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

#a4cb51 Text Font Color

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

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


#a4cb51 Background Color

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

This div background color is #a4cb51


#a4cb51 Border Color

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

This div border color is #a4cb51


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(164,203,81, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a4cb51; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a4cb51;
  -webkit-box-shadow: 1px 1px 3px 2px #a4cb51;
  box-shadow:         1px 1px 3px 2px #a4cb51; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,203,81, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4cb51


Comments

No comments written yet.

Please login to write comment.