Color Hex Logo

#adfffe Color Hex

#ADFFFE
(173,255,254)
1 Favorites   0 Comments

Color spaces of #adfffe

RGB 173255254
HSL0.501.000.84
HSV179°32°100°
CMYK 0.320.000.00   0.00
XYZ70.883087.5600106.9308
Yxy87.56000.26710.3299
Hunter Lab93.5735-28.5378-2.2520
CIE-Lab94.9754-24.9180-7.4607

#adfffe color RGB value is (173,255,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11111111 11111110
Octal 255 377 376
Decimal 173 255 254
Hex AD FF FE

RGB Percentages of Color #adfffe

%25.37
%37.39
%37.24

CMYK Percentages of Color #adfffe

%32
%0
%0
%0

Triadic Colors of #adfffe

#adfffe #feadff #fffead

Analogous Colors of #adfffe

#adfffe #add7ff #adffd5

Monochromatic Colors of #adfffe

#adfffe

Complementary Color

#adfffe #ffadae

#adfffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adfffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#adfffe Color CSS Codes

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

#adfffe Text Font Color

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

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


#adfffe Background Color

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

This div background color is #adfffe


#adfffe Border Color

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

This div border color is #adfffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adfffe

Related Colors

#adfffe Color Palettes


Comments

No comments written yet.

Please login to write comment.