Color Hex Logo

#adfee3 Color Hex

#ADFEE3
(173,254,227)
0 Favorites   0 Comments

Color spaces of #adfee3

RGB 173254227
HSL0.440.980.84
HSV160°32°100°
CMYK 0.320.000.11   0.00
XYZ66.540585.313985.6332
Yxy85.31390.28020.3592
Hunter Lab92.3655-33.04759.6874
CIE-Lab94.0182-30.24755.0757

#adfee3 color RGB value is (173,254,227).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11111110 11100011
Octal 255 376 343
Decimal 173 254 227
Hex AD FE E3

RGB Percentages of Color #adfee3

%26.45
%38.84
%34.71

CMYK Percentages of Color #adfee3

%32
%0
%11
%0

Triadic Colors of #adfee3

#adfee3 #e3adfe #fee3ad

Analogous Colors of #adfee3

#adfee3 #adf1fe #adfebb

Monochromatic Colors of #adfee3

#adfee3

Complementary Color

#adfee3 #feadc8

#adfee3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adfee3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adfee3 Color CSS Codes

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

#adfee3 Text Font Color

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

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


#adfee3 Background Color

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

This div background color is #adfee3


#adfee3 Border Color

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

This div border color is #adfee3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adfee3


Comments

No comments written yet.

Please login to write comment.