Color Hex Logo

#adfeda Color Hex

#ADFEDA
(173,254,218)
0 Favorites   0 Comments

Color spaces of #adfeda

RGB 173254218
HSL0.430.980.84
HSV153°32°100°
CMYK 0.320.000.14   0.00
XYZ65.330384.829879.2602
Yxy84.82980.28480.3698
Hunter Lab92.1031-34.567313.4496
CIE-Lab93.8097-32.05699.4145

#adfeda color RGB value is (173,254,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11111110 11011010
Octal 255 376 332
Decimal 173 254 218
Hex AD FE DA

RGB Percentages of Color #adfeda

%26.82
%39.38
%33.80

CMYK Percentages of Color #adfeda

%32
%0
%14
%0

Triadic Colors of #adfeda

#adfeda #daadfe #fedaad

Analogous Colors of #adfeda

#adfeda #adfafe #adfeb2

Monochromatic Colors of #adfeda

#adfeda

Complementary Color

#adfeda #feadd1

#adfeda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adfeda Color Preview on White Background

Lorem ipsum dolor sit amet.

#adfeda Color CSS Codes

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

#adfeda Text Font Color

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

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


#adfeda Background Color

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

This div background color is #adfeda


#adfeda Border Color

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

This div border color is #adfeda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adfeda


Comments

No comments written yet.

Please login to write comment.