Color Hex Logo

#adf612 Color Hex

#ADF612
(173,246,18)
0 Favorites   0 Comments

Color spaces of #adf612

RGB 17324618
HSL0.220.930.52
HSV79°93°96°
CMYK 0.300.000.93   0.04
XYZ50.298574.839412.3667
Yxy74.83940.36580.5443
Hunter Lab86.5098-47.608652.0812
CIE-Lab89.3177-49.526784.7260

#adf612 color RGB value is (173,246,18).

#adf612 hex color red value is 173, green value is 246 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #adf612 hue: 0.22 , saturation: 0.93 and the lightness value of adf612 is 0.52.

The process color (four color CMYK) of #adf612 color hex is 0.30, 0.00, 0.93, 0.04. Web safe color of #adf612 is #99ff00. Color #adf612 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11110110 00010010
Octal 255 366 22
Decimal 173 246 18
Hex AD F6 12

RGB Percentages of Color #adf612

%39.59
%56.29
%4.12

CMYK Percentages of Color #adf612

%30
%0
%93
%4

Triadic Colors of #adf612

#adf612 #12adf6 #f612ad

Analogous Colors of #adf612

#adf612 #3bf612 #f6cd12

Monochromatic Colors of #adf612

#adf612

Complementary Color

#adf612 #5b12f6

#adf612 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adf612 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adf612 Color CSS Codes

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

#adf612 Text Font Color

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

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


#adf612 Background Color

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

This div background color is #adf612


#adf612 Border Color

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

This div border color is #adf612


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adf612


Comments

No comments written yet.

Please login to write comment.