Color Hex Logo

#adf368 Color Hex

#ADF368
(173,243,104)
0 Favorites   0 Comments

Color spaces of #adf368

RGB 173243104
HSL0.250.850.68
HSV90°57°95°
CMYK 0.290.000.57   0.05
XYZ51.782973.984924.6480
Yxy73.98490.34430.4919
Hunter Lab86.0145-43.063843.2202
CIE-Lab88.9153-43.852458.9978

#adf368 color RGB value is (173,243,104).

#adf368 hex color red value is 173, green value is 243 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #adf368 hue: 0.25 , saturation: 0.85 and the lightness value of adf368 is 0.68.

The process color (four color CMYK) of #adf368 color hex is 0.29, 0.00, 0.57, 0.05. Web safe color of #adf368 is #99ff66. Color #adf368 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11110011 01101000
Octal 255 363 150
Decimal 173 243 104
Hex AD F3 68

RGB Percentages of Color #adf368

%33.27
%46.73
%20.00

CMYK Percentages of Color #adf368

%29
%0
%57
%5

Triadic Colors of #adf368

#adf368 #68adf3 #f368ad

Analogous Colors of #adf368

#adf368 #68f369 #f3f368

Monochromatic Colors of #adf368

#adf368

Complementary Color

#adf368 #ae68f3

#adf368 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adf368 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adf368 Color CSS Codes

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

#adf368 Text Font Color

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

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


#adf368 Background Color

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

This div background color is #adf368


#adf368 Border Color

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

This div border color is #adf368


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adf368


Comments

No comments written yet.

Please login to write comment.