Color Hex Logo

#adfaee Color Hex

#ADFAEE
(173,250,238)
0 Favorites   0 Comments

Color spaces of #adfaee

RGB 173250238
HSL0.470.890.83
HSV171°31°98°
CMYK 0.310.000.05   0.02
XYZ66.851883.428593.4688
Yxy83.42850.27430.3423
Hunter Lab91.3392-29.19823.2651
CIE-Lab93.2017-26.0369-1.7993

#adfaee color RGB value is (173,250,238).

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

The process color (four color CMYK) of #adfaee color hex is 0.31, 0.00, 0.05, 0.02. Web safe color of #adfaee is #99ffff. Color #adfaee contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11111010 11101110
Octal 255 372 356
Decimal 173 250 238
Hex AD FA EE

RGB Percentages of Color #adfaee

%26.17
%37.82
%36.01

CMYK Percentages of Color #adfaee

%31
%0
%5
%2

Triadic Colors of #adfaee

#adfaee #eeadfa #faeead

Analogous Colors of #adfaee

#adfaee #ade0fa #adfac8

Monochromatic Colors of #adfaee

#adfaee

Complementary Color

#adfaee #faadb9

#adfaee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adfaee Color Preview on White Background

Lorem ipsum dolor sit amet.

#adfaee Color CSS Codes

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

#adfaee Text Font Color

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

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


#adfaee Background Color

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

This div background color is #adfaee


#adfaee Border Color

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

This div border color is #adfaee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,250,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 #adfaee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adfaee


Comments

No comments written yet.

Please login to write comment.