Color Hex Logo

#adf875 Color Hex

#ADF875
(173,248,117)
0 Favorites   0 Comments

Color spaces of #adf875

RGB 173248117
HSL0.260.900.72
HSV94°53°97°
CMYK 0.300.000.53   0.03
XYZ54.011977.303428.9039
Yxy77.30340.33710.4825
Hunter Lab87.9224-44.209142.0544
CIE-Lab90.4611-44.737755.0164

#adf875 color RGB value is (173,248,117).

#adf875 hex color red value is 173, green value is 248 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #adf875 hue: 0.26 , saturation: 0.90 and the lightness value of adf875 is 0.72.

The process color (four color CMYK) of #adf875 color hex is 0.30, 0.00, 0.53, 0.03. Web safe color of #adf875 is #99ff66. Color #adf875 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11111000 01110101
Octal 255 370 165
Decimal 173 248 117
Hex AD F8 75

RGB Percentages of Color #adf875

%32.16
%46.10
%21.75

CMYK Percentages of Color #adf875

%30
%0
%53
%3

Triadic Colors of #adf875

#adf875 #75adf8 #f875ad

Analogous Colors of #adf875

#adf875 #75f87f #eff875

Monochromatic Colors of #adf875

#adf875

Complementary Color

#adf875 #c075f8

#adf875 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adf875 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adf875 Color CSS Codes

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

#adf875 Text Font Color

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

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


#adf875 Background Color

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

This div background color is #adf875


#adf875 Border Color

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

This div border color is #adf875


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adf875


Comments

No comments written yet.

Please login to write comment.