Color Hex Logo

#adfee7 Color Hex

#ADFEE7
(173,254,231)
0 Favorites   0 Comments

Color spaces of #adfee7

RGB 173254231
HSL0.450.980.84
HSV163°32°100°
CMYK 0.320.000.09   0.00
XYZ67.099285.537488.5752
Yxy85.53740.27820.3546
Hunter Lab92.4864-32.34897.9579
CIE-Lab94.1142-29.42223.1508

#adfee7 color RGB value is (173,254,231).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11111110 11100111
Octal 255 376 347
Decimal 173 254 231
Hex AD FE E7

RGB Percentages of Color #adfee7

%26.29
%38.60
%35.11

CMYK Percentages of Color #adfee7

%32
%0
%9
%0

Triadic Colors of #adfee7

#adfee7 #e7adfe #fee7ad

Analogous Colors of #adfee7

#adfee7 #adedfe #adfebf

Monochromatic Colors of #adfee7

#adfee7

Complementary Color

#adfee7 #feadc4

#adfee7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adfee7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adfee7 Color CSS Codes

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

#adfee7 Text Font Color

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

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


#adfee7 Background Color

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

This div background color is #adfee7


#adfee7 Border Color

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

This div border color is #adfee7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adfee7


Comments

No comments written yet.

Please login to write comment.