Color Hex Logo

#adfc4b Color Hex

#ADFC4B
(173,252,75)
0 Favorites   0 Comments

Color spaces of #adfc4b

RGB 17325275
HSL0.240.970.64
HSV87°70°99°
CMYK 0.310.000.70   0.01
XYZ53.314079.013019.0977
Yxy79.01300.35210.5218
Hunter Lab88.8893-48.495549.4841
CIE-Lab91.2402-49.887472.9435

#adfc4b color RGB value is (173,252,75).

#adfc4b hex color red value is 173, green value is 252 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #adfc4b hue: 0.24 , saturation: 0.97 and the lightness value of adfc4b is 0.64.

The process color (four color CMYK) of #adfc4b color hex is 0.31, 0.00, 0.70, 0.01. Web safe color of #adfc4b is #99ff33. Color #adfc4b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11111100 01001011
Octal 255 374 113
Decimal 173 252 75
Hex AD FC 4B

RGB Percentages of Color #adfc4b

%34.60
%50.40
%15.00

CMYK Percentages of Color #adfc4b

%31
%0
%70
%1

Triadic Colors of #adfc4b

#adfc4b #4badfc #fc4bad

Analogous Colors of #adfc4b

#adfc4b #55fc4b #fcf34b

Monochromatic Colors of #adfc4b

#adfc4b

Complementary Color

#adfc4b #9a4bfc

#adfc4b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adfc4b Color Preview on White Background

Lorem ipsum dolor sit amet.

#adfc4b Color CSS Codes

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

#adfc4b Text Font Color

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

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


#adfc4b Background Color

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

This div background color is #adfc4b


#adfc4b Border Color

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

This div border color is #adfc4b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,252,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 #adfc4b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adfc4b

Related Colors


Comments

No comments written yet.

Please login to write comment.