Color Hex Logo

#adfedf Color Hex

#ADFEDF
(173,254,223)
0 Favorites   0 Comments

Color spaces of #adfedf

RGB 173254223
HSL0.440.980.84
HSV157°32°100°
CMYK 0.320.000.12   0.00
XYZ65.994785.095682.7588
Yxy85.09560.28220.3639
Hunter Lab92.2473-33.731911.3816
CIE-Lab93.9243-31.05997.0029

#adfedf color RGB value is (173,254,223).

#adfedf hex color red value is 173, green value is 254 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #adfedf hue: 0.44 , saturation: 0.98 and the lightness value of adfedf is 0.84.

The process color (four color CMYK) of #adfedf color hex is 0.32, 0.00, 0.12, 0.00. Web safe color of #adfedf is #99ffcc. Color #adfedf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11111110 11011111
Octal 255 376 337
Decimal 173 254 223
Hex AD FE DF

RGB Percentages of Color #adfedf

%26.62
%39.08
%34.31

CMYK Percentages of Color #adfedf

%32
%0
%12
%0

Triadic Colors of #adfedf

#adfedf #dfadfe #fedfad

Analogous Colors of #adfedf

#adfedf #adf5fe #adfeb7

Monochromatic Colors of #adfedf

#adfedf

Complementary Color

#adfedf #feadcc

#adfedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adfedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#adfedf Color CSS Codes

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

#adfedf Text Font Color

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

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


#adfedf Background Color

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

This div background color is #adfedf


#adfedf Border Color

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

This div border color is #adfedf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adfedf


Comments

No comments written yet.

Please login to write comment.