Color Hex Logo

#adfeee Color Hex

#ADFEEE
(173,254,238)
0 Favorites   0 Comments

Color spaces of #adfeee

RGB 173254238
HSL0.470.980.84
HSV168°32°100°
CMYK 0.320.000.06   0.00
XYZ68.108085.940993.8875
Yxy85.94090.27470.3466
Hunter Lab92.7043-31.09224.8463
CIE-Lab94.2871-27.9472-0.2114

#adfeee color RGB value is (173,254,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11111110 11101110
Octal 255 376 356
Decimal 173 254 238
Hex AD FE EE

RGB Percentages of Color #adfeee

%26.02
%38.20
%35.79

CMYK Percentages of Color #adfeee

%32
%0
%6
%0

Triadic Colors of #adfeee

#adfeee #eeadfe #feeead

Analogous Colors of #adfeee

#adfeee #ade6fe #adfec6

Monochromatic Colors of #adfeee

#adfeee

Complementary Color

#adfeee #feadbd

#adfeee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adfeee Color Preview on White Background

Lorem ipsum dolor sit amet.

#adfeee Color CSS Codes

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

#adfeee Text Font Color

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

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


#adfeee Background Color

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

This div background color is #adfeee


#adfeee Border Color

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

This div border color is #adfeee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adfeee

Related Colors


Comments

No comments written yet.

Please login to write comment.