Color Hex Logo

#adcf0a Color Hex

#ADCF0A
(173,207,10)
0 Favorites   0 Comments

Color spaces of #adcf0a

RGB 17320710
HSL0.200.910.43
HSV70°95°81°
CMYK 0.160.000.95   0.19
XYZ39.601253.53188.5326
Yxy53.53180.38950.5265
Hunter Lab73.1654-31.425444.3014
CIE-Lab78.1879-32.537576.8068

#adcf0a color RGB value is (173,207,10).

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

The process color (four color CMYK) of #adcf0a color hex is 0.16, 0.00, 0.95, 0.19. Web safe color of #adcf0a is #99cc00. Color #adcf0a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001111 00001010
Octal 255 317 12
Decimal 173 207 10
Hex AD CF A

RGB Percentages of Color #adcf0a

%44.36
%53.08
%2.56

CMYK Percentages of Color #adcf0a

%16
%0
%95
%19

Triadic Colors of #adcf0a

#adcf0a #0aadcf #cf0aad

Analogous Colors of #adcf0a

#adcf0a #4bcf0a #cf8f0a

Monochromatic Colors of #adcf0a

#adcf0a

Complementary Color

#adcf0a #2c0acf

#adcf0a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adcf0a Color Preview on White Background

Lorem ipsum dolor sit amet.

#adcf0a Color CSS Codes

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

#adcf0a Text Font Color

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

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


#adcf0a Background Color

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

This div background color is #adcf0a


#adcf0a Border Color

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

This div border color is #adcf0a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adcf0a


Comments

No comments written yet.

Please login to write comment.