Color Hex Logo

#adefee Color Hex

#ADEFEE
(173,239,238)
0 Favorites   0 Comments

Color spaces of #adefee

RGB 173239238
HSL0.500.670.81
HSV179°28°94°
CMYK 0.280.000.00   0.06
XYZ63.532776.790392.3624
Yxy76.79030.27300.3300
Hunter Lab87.6301-23.9383-1.1508
CIE-Lab90.2250-20.6904-6.1786

#adefee color RGB value is (173,239,238).

#adefee hex color red value is 173, green value is 239 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #adefee hue: 0.50 , saturation: 0.67 and the lightness value of adefee is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11101111 11101110
Octal 255 357 356
Decimal 173 239 238
Hex AD EF EE

RGB Percentages of Color #adefee

%26.62
%36.77
%36.62

CMYK Percentages of Color #adefee

%28
%0
%0
%6

Triadic Colors of #adefee

#adefee #eeadef #efeead

Analogous Colors of #adefee

#adefee #adcfef #adefcd

Monochromatic Colors of #adefee

#adefee

Complementary Color

#adefee #efadae

#adefee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adefee Color Preview on White Background

Lorem ipsum dolor sit amet.

#adefee Color CSS Codes

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

#adefee Text Font Color

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

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


#adefee Background Color

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

This div background color is #adefee


#adefee Border Color

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

This div border color is #adefee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adefee


Comments

No comments written yet.

Please login to write comment.