Color Hex Logo

#adfecc Color Hex

#ADFECC
(173,254,204)
0 Favorites   0 Comments

Color spaces of #adfecc

RGB 173254204
HSL0.400.980.84
HSV143°32°100°
CMYK 0.320.000.20   0.00
XYZ63.574584.127570.0142
Yxy84.12750.29200.3864
Hunter Lab91.7210-36.788318.9464
CIE-Lab93.5058-34.736116.1775

#adfecc color RGB value is (173,254,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11111110 11001100
Octal 255 376 314
Decimal 173 254 204
Hex AD FE CC

RGB Percentages of Color #adfecc

%27.42
%40.25
%32.33

CMYK Percentages of Color #adfecc

%32
%0
%20
%0

Triadic Colors of #adfecc

#adfecc #ccadfe #feccad

Analogous Colors of #adfecc

#adfecc #adfef5 #b7fead

Monochromatic Colors of #adfecc

#adfecc

Complementary Color

#adfecc #feaddf

#adfecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adfecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#adfecc Color CSS Codes

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

#adfecc Text Font Color

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

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


#adfecc Background Color

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

This div background color is #adfecc


#adfecc Border Color

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

This div border color is #adfecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adfecc


Comments

No comments written yet.

Please login to write comment.