Color Hex Logo

#a1ce4b Color Hex

#A1CE4B
(161,206,75)
0 Favorites   0 Comments

Color spaces of #a1ce4b

RGB 16120675
HSL0.220.570.55
HSV81°64°81°
CMYK 0.220.000.64   0.19
XYZ38.039252.227714.7327
Yxy52.22770.36230.4974
Hunter Lab72.2687-32.515438.5013
CIE-Lab77.4168-34.189658.3870

#a1ce4b color RGB value is (161,206,75).

#a1ce4b hex color red value is 161, green value is 206 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #a1ce4b hue: 0.22 , saturation: 0.57 and the lightness value of a1ce4b is 0.55.

The process color (four color CMYK) of #a1ce4b color hex is 0.22, 0.00, 0.64, 0.19. Web safe color of #a1ce4b is #99cc33. Color #a1ce4b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 11001110 01001011
Octal 241 316 113
Decimal 161 206 75
Hex A1 CE 4B

RGB Percentages of Color #a1ce4b

%36.43
%46.61
%16.97

CMYK Percentages of Color #a1ce4b

%22
%0
%64
%19

Triadic Colors of #a1ce4b

#a1ce4b #4ba1ce #ce4ba1

Analogous Colors of #a1ce4b

#a1ce4b #5fce4b #ceba4b

Monochromatic Colors of #a1ce4b

#a1ce4b

Complementary Color

#a1ce4b #784bce

#a1ce4b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1ce4b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1ce4b Color CSS Codes

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

#a1ce4b Text Font Color

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

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


#a1ce4b Background Color

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

This div background color is #a1ce4b


#a1ce4b Border Color

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

This div border color is #a1ce4b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1ce4b


Comments

No comments written yet.

Please login to write comment.