Color Hex Logo

#adefe8 Color Hex

#ADEFE8
(173,239,232)
0 Favorites   0 Comments

Color spaces of #adefe8

RGB 173239232
HSL0.480.670.81
HSV174°28°94°
CMYK 0.280.000.03   0.06
XYZ62.665676.443487.7962
Yxy76.44340.27620.3369
Hunter Lab87.4319-25.06851.6653
CIE-Lab90.0648-21.9979-3.2820

#adefe8 color RGB value is (173,239,232).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11101111 11101000
Octal 255 357 350
Decimal 173 239 232
Hex AD EF E8

RGB Percentages of Color #adefe8

%26.86
%37.11
%36.02

CMYK Percentages of Color #adefe8

%28
%0
%3
%6

Triadic Colors of #adefe8

#adefe8 #e8adef #efe8ad

Analogous Colors of #adefe8

#adefe8 #add5ef #adefc7

Monochromatic Colors of #adefe8

#adefe8

Complementary Color

#adefe8 #efadb4

#adefe8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adefe8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adefe8 Color CSS Codes

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

#adefe8 Text Font Color

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

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


#adefe8 Background Color

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

This div background color is #adefe8


#adefe8 Border Color

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

This div border color is #adefe8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adefe8


Comments

No comments written yet.

Please login to write comment.