Color Hex Logo

#adffea Color Hex

#ADFFEA
(173,255,234)
0 Favorites   0 Comments

Color spaces of #adffea

RGB 173255234
HSL0.461.000.84
HSV165°32°100°
CMYK 0.320.000.08   0.00
XYZ67.844986.344790.9323
Yxy86.34470.27680.3523
Hunter Lab92.9218-32.28537.0248
CIE-Lab94.4595-29.26752.1045

#adffea color RGB value is (173,255,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11111111 11101010
Octal 255 377 352
Decimal 173 255 234
Hex AD FF EA

RGB Percentages of Color #adffea

%26.13
%38.52
%35.35

CMYK Percentages of Color #adffea

%32
%0
%8
%0

Triadic Colors of #adffea

#adffea #eaadff #ffeaad

Analogous Colors of #adffea

#adffea #adebff #adffc1

Monochromatic Colors of #adffea

#adffea

Complementary Color

#adffea #ffadc2

#adffea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adffea Color Preview on White Background

Lorem ipsum dolor sit amet.

#adffea Color CSS Codes

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

#adffea Text Font Color

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

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


#adffea Background Color

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

This div background color is #adffea


#adffea Border Color

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

This div border color is #adffea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adffea

#adffea Color Palettes


Comments

No comments written yet.

Please login to write comment.