Color Hex Logo

#adffe0 Color Hex

#ADFFE0
(173,255,224)
1 Favorites   0 Comments

Color spaces of #adffe0

RGB 173255224
HSL0.441.000.84
HSV157°32°100°
CMYK 0.320.000.12   0.00
XYZ66.448185.786183.5772
Yxy85.78610.28180.3638
Hunter Lab92.6208-34.026711.3337
CIE-Lab94.2208-31.32646.9144

#adffe0 color RGB value is (173,255,224).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11111111 11100000
Octal 255 377 340
Decimal 173 255 224
Hex AD FF E0

RGB Percentages of Color #adffe0

%26.53
%39.11
%34.36

CMYK Percentages of Color #adffe0

%32
%0
%12
%0

Triadic Colors of #adffe0

#adffe0 #e0adff #ffe0ad

Analogous Colors of #adffe0

#adffe0 #adf5ff #adffb7

Monochromatic Colors of #adffe0

#adffe0

Complementary Color

#adffe0 #ffadcc

#adffe0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adffe0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adffe0 Color CSS Codes

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

#adffe0 Text Font Color

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

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


#adffe0 Background Color

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

This div background color is #adffe0


#adffe0 Border Color

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

This div border color is #adffe0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adffe0

Related Colors


Comments

No comments written yet.

Please login to write comment.