Color Hex Logo

#adf834 Color Hex

#ADF834
(173,248,52)
0 Favorites   0 Comments

Color spaces of #adf834

RGB 17324852
HSL0.230.930.59
HSV83°79°97°
CMYK 0.300.000.79   0.03
XYZ51.420876.267015.2597
Yxy76.26700.35970.5335
Hunter Lab87.3310-47.727850.7717
CIE-Lab89.9832-49.409278.8432

#adf834 color RGB value is (173,248,52).

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

The process color (four color CMYK) of #adf834 color hex is 0.30, 0.00, 0.79, 0.03. Web safe color of #adf834 is #99ff33. Color #adf834 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11111000 00110100
Octal 255 370 64
Decimal 173 248 52
Hex AD F8 34

RGB Percentages of Color #adf834

%36.58
%52.43
%10.99

CMYK Percentages of Color #adf834

%30
%0
%79
%3

Triadic Colors of #adf834

#adf834 #34adf8 #f834ad

Analogous Colors of #adf834

#adf834 #4bf834 #f8e134

Monochromatic Colors of #adf834

#adf834

Complementary Color

#adf834 #7f34f8

#adf834 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adf834 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adf834 Color CSS Codes

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

#adf834 Text Font Color

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

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


#adf834 Background Color

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

This div background color is #adf834


#adf834 Border Color

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

This div border color is #adf834


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adf834


Comments

No comments written yet.

Please login to write comment.