Color Hex Logo

#adfeef Color Hex

#ADFEEF
(173,254,239)
0 Favorites   0 Comments

Color spaces of #adfeef

RGB 173254239
HSL0.470.980.84
HSV169°32°100°
CMYK 0.320.000.06   0.00
XYZ68.255485.999994.6635
Yxy85.99990.27420.3455
Hunter Lab92.7361-30.90914.3930
CIE-Lab94.3123-27.7335-0.6909

#adfeef color RGB value is (173,254,239).

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

The process color (four color CMYK) of #adfeef color hex is 0.32, 0.00, 0.06, 0.00. Web safe color of #adfeef is #99ffff. Color #adfeef contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11111110 11101111
Octal 255 376 357
Decimal 173 254 239
Hex AD FE EF

RGB Percentages of Color #adfeef

%25.98
%38.14
%35.89

CMYK Percentages of Color #adfeef

%32
%0
%6
%0

Triadic Colors of #adfeef

#adfeef #efadfe #feefad

Analogous Colors of #adfeef

#adfeef #ade5fe #adfec7

Monochromatic Colors of #adfeef

#adfeef

Complementary Color

#adfeef #feadbc

#adfeef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adfeef Color Preview on White Background

Lorem ipsum dolor sit amet.

#adfeef Color CSS Codes

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

#adfeef Text Font Color

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

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


#adfeef Background Color

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

This div background color is #adfeef


#adfeef Border Color

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

This div border color is #adfeef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adfeef

Related Colors


Comments

No comments written yet.

Please login to write comment.