Color Hex Logo

#adcf2a Color Hex

#ADCF2A
(173,207,42)
0 Favorites   0 Comments

Color spaces of #adcf2a

RGB 17320742
HSL0.200.660.49
HSV72°80°81°
CMYK 0.160.000.80   0.19
XYZ39.964353.677110.4449
Yxy53.67710.38400.5157
Hunter Lab73.2647-30.845242.8326
CIE-Lab78.2731-31.766670.9856

#adcf2a color RGB value is (173,207,42).

#adcf2a hex color red value is 173, green value is 207 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #adcf2a hue: 0.20 , saturation: 0.66 and the lightness value of adcf2a is 0.49.

The process color (four color CMYK) of #adcf2a color hex is 0.16, 0.00, 0.80, 0.19. Web safe color of #adcf2a is #99cc33. Color #adcf2a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001111 00101010
Octal 255 317 52
Decimal 173 207 42
Hex AD CF 2A

RGB Percentages of Color #adcf2a

%41.00
%49.05
%9.95

CMYK Percentages of Color #adcf2a

%16
%0
%80
%19

Triadic Colors of #adcf2a

#adcf2a #2aadcf #cf2aad

Analogous Colors of #adcf2a

#adcf2a #5bcf2a #cf9f2a

Monochromatic Colors of #adcf2a

#adcf2a

Complementary Color

#adcf2a #4c2acf

#adcf2a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adcf2a Color Preview on White Background

Lorem ipsum dolor sit amet.

#adcf2a Color CSS Codes

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

#adcf2a Text Font Color

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

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


#adcf2a Background Color

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

This div background color is #adcf2a


#adcf2a Border Color

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

This div border color is #adcf2a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(173,207,42, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #adcf2a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #adcf2a;
  -webkit-box-shadow: 1px 1px 3px 2px #adcf2a;
  box-shadow:         1px 1px 3px 2px #adcf2a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,207,42, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adcf2a


Comments

No comments written yet.

Please login to write comment.