Color Hex Logo

#adfde2 Color Hex

#ADFDE2
(173,253,226)
0 Favorites   0 Comments

Color spaces of #adfde2

RGB 173253226
HSL0.440.950.84
HSV160°32°99°
CMYK 0.320.000.11   0.01
XYZ66.086384.625884.8028
Yxy84.62580.28060.3593
Hunter Lab91.9923-32.75399.7383
CIE-Lab93.7216-29.98165.1630

#adfde2 color RGB value is (173,253,226).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11111101 11100010
Octal 255 375 342
Decimal 173 253 226
Hex AD FD E2

RGB Percentages of Color #adfde2

%26.53
%38.80
%34.66

CMYK Percentages of Color #adfde2

%32
%0
%11
%1

Triadic Colors of #adfde2

#adfde2 #e2adfd #fde2ad

Analogous Colors of #adfde2

#adfde2 #adf0fd #adfdba

Monochromatic Colors of #adfde2

#adfde2

Complementary Color

#adfde2 #fdadc8

#adfde2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adfde2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adfde2 Color CSS Codes

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

#adfde2 Text Font Color

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

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


#adfde2 Background Color

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

This div background color is #adfde2


#adfde2 Border Color

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

This div border color is #adfde2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adfde2

Related Colors

#adfde2 Color Palettes


Comments

No comments written yet.

Please login to write comment.