Color Hex Logo

#adfdaf Color Hex

#ADFDAF
(173,253,175)
0 Favorites   0 Comments

Color spaces of #adfdaf

RGB 173253175
HSL0.340.950.84
HSV122°32°99°
CMYK 0.320.000.31   0.01
XYZ60.096782.229953.2620
Yxy82.22990.30730.4204
Hunter Lab90.6807-40.394228.6521
CIE-Lab92.6762-39.283729.7875

#adfdaf color RGB value is (173,253,175).

#adfdaf hex color red value is 173, green value is 253 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #adfdaf hue: 0.34 , saturation: 0.95 and the lightness value of adfdaf is 0.84.

The process color (four color CMYK) of #adfdaf color hex is 0.32, 0.00, 0.31, 0.01. Web safe color of #adfdaf is #99ff99. Color #adfdaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11111101 10101111
Octal 255 375 257
Decimal 173 253 175
Hex AD FD AF

RGB Percentages of Color #adfdaf

%28.79
%42.10
%29.12

CMYK Percentages of Color #adfdaf

%32
%0
%31
%1

Triadic Colors of #adfdaf

#adfdaf #afadfd #fdafad

Analogous Colors of #adfdaf

#adfdaf #adfdd7 #d3fdad

Monochromatic Colors of #adfdaf

#adfdaf

Complementary Color

#adfdaf #fdadfb

#adfdaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adfdaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#adfdaf Color CSS Codes

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

#adfdaf Text Font Color

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

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


#adfdaf Background Color

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

This div background color is #adfdaf


#adfdaf Border Color

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

This div border color is #adfdaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adfdaf

Related Colors


Comments

No comments written yet.

Please login to write comment.