Color Hex Logo

#adffe5 Color Hex

#ADFFE5
(173,255,229)
1 Favorites   0 Comments

Color spaces of #adffe5

RGB 173255229
HSL0.451.000.84
HSV161°32°100°
CMYK 0.320.000.10   0.00
XYZ67.136486.061487.2018
Yxy86.06140.27930.3580
Hunter Lab92.7693-33.16729.2067
CIE-Lab94.3386-30.30714.5077

#adffe5 color RGB value is (173,255,229).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11111111 11100101
Octal 255 377 345
Decimal 173 255 229
Hex AD FF E5

RGB Percentages of Color #adffe5

%26.33
%38.81
%34.86

CMYK Percentages of Color #adffe5

%32
%0
%10
%0

Triadic Colors of #adffe5

#adffe5 #e5adff #ffe5ad

Analogous Colors of #adffe5

#adffe5 #adf0ff #adffbc

Monochromatic Colors of #adffe5

#adffe5

Complementary Color

#adffe5 #ffadc7

#adffe5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adffe5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adffe5 Color CSS Codes

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

#adffe5 Text Font Color

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

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


#adffe5 Background Color

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

This div background color is #adffe5


#adffe5 Border Color

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

This div border color is #adffe5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adffe5

Related Colors


Comments

No comments written yet.

Please login to write comment.