color codes Logo

#adf83d color codes

#ADF83D
(173,248,61)
0 Favorites   0 Comments

Color spaces of #adf83d

RGB 17324861
HSL0.230.930.61
HSV84°75°97°
CMYK 0.300.000.75   0.03
XYZ51.643376.356016.4312
Yxy76.35600.35760.5287
Hunter Lab87.3819-47.423750.0185
CIE-Lab90.0244-49.000076.3210

#adf83d color RGB value is (173,248,61).

#adf83d hex color red value is 173, green value is 248 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #adf83d hue: 0.23 , saturation: 0.93 and the lightness value of adf83d is 0.61.

The process color (four color CMYK) of #adf83d color code is 0.30, 0.00, 0.75, 0.03. Web safe color of #adf83d is #99ff33. Color #adf83d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11111000 00111101
Octal 255 370 75
Decimal 173 248 61
Hex AD F8 3D

RGB Percentages of Color #adf83d

%35.89
%51.45
%12.66

CMYK Percentages of Color #adf83d

%30
%0
%75
%3

Triadic Colors of #adf83d

#adf83d #3dadf8 #f83dad

Analogous Colors of #adf83d

#adf83d #4ff83d #f8e63d

Monochromatic Colors of #adf83d

#adf83d

Complementary Color

#adf83d #883df8

#adf83d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adf83d Color Preview on White Background

Lorem ipsum dolor sit amet.

#adf83d Color CSS Codes

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

#adf83d Text Font Color

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

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


#adf83d Background Color

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

This div background color is #adf83d


#adf83d Border Color

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

This div border color is #adf83d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adf83d


Comments

No comments written yet.

Please login to write comment.