Color Hex Logo

#adfc38 Color Hex

#ADFC38
(173,252,56)
0 Favorites   0 Comments

Color spaces of #adfc38

RGB 17325256
HSL0.230.970.60
HSV84°78°99°
CMYK 0.310.000.78   0.01
XYZ52.757878.790616.1689
Yxy78.79060.35720.5334
Hunter Lab88.7641-49.243951.3348
CIE-Lab91.1395-50.892378.8133

#adfc38 color RGB value is (173,252,56).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11111100 00111000
Octal 255 374 70
Decimal 173 252 56
Hex AD FC 38

RGB Percentages of Color #adfc38

%35.97
%52.39
%11.64

CMYK Percentages of Color #adfc38

%31
%0
%78
%1

Triadic Colors of #adfc38

#adfc38 #38adfc #fc38ad

Analogous Colors of #adfc38

#adfc38 #4bfc38 #fce938

Monochromatic Colors of #adfc38

#adfc38

Complementary Color

#adfc38 #8738fc

#adfc38 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adfc38 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adfc38 Color CSS Codes

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

#adfc38 Text Font Color

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

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


#adfc38 Background Color

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

This div background color is #adfc38


#adfc38 Border Color

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

This div border color is #adfc38


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adfc38


Comments

No comments written yet.

Please login to write comment.