color codes Logo

#a4ed0b color codes

#A4ED0B
(164,237,11)
0 Favorites   0 Comments

Color spaces of #a4ed0b

RGB 16423711
HSL0.220.910.49
HSV79°95°93°
CMYK 0.310.000.95   0.07
XYZ45.654468.485011.1293
Yxy68.48500.36450.5467
Hunter Lab82.7557-46.348149.9554
CIE-Lab86.2484-49.148082.7786

#a4ed0b color RGB value is (164,237,11).

#a4ed0b hex color red value is 164, green value is 237 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #a4ed0b hue: 0.22 , saturation: 0.91 and the lightness value of a4ed0b is 0.49.

The process color (four color CMYK) of #a4ed0b color code is 0.31, 0.00, 0.95, 0.07. Web safe color of #a4ed0b is #99ff00. Color #a4ed0b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 11101101 00001011
Octal 244 355 13
Decimal 164 237 11
Hex A4 ED B

RGB Percentages of Color #a4ed0b

%39.81
%57.52
%2.67

CMYK Percentages of Color #a4ed0b

%31
%0
%95
%7

Triadic Colors of #a4ed0b

#a4ed0b #0ba4ed #ed0ba4

Analogous Colors of #a4ed0b

#a4ed0b #33ed0b #edc50b

Monochromatic Colors of #a4ed0b

#a4ed0b

Complementary Color

#a4ed0b #540bed

#a4ed0b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4ed0b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4ed0b Color CSS Codes

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

#a4ed0b Text Font Color

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

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


#a4ed0b Background Color

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

This div background color is #a4ed0b


#a4ed0b Border Color

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

This div border color is #a4ed0b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4ed0b


Comments

No comments written yet.

Please login to write comment.