Color Hex Logo

#adebe9 Color Hex

#ADEBE9
(173,235,233)
0 Favorites   0 Comments

Color spaces of #adebe9

RGB 173235233
HSL0.490.610.80
HSV178°26°92°
CMYK 0.260.000.01   0.08
XYZ61.649974.184188.1605
Yxy74.18410.27520.3312
Hunter Lab86.1302-22.9619-0.3965
CIE-Lab89.0094-19.8128-5.3587

#adebe9 color RGB value is (173,235,233).

#adebe9 hex color red value is 173, green value is 235 and the blue value of its RGB is 233. Cylindrical-coordinate representations (also known as HSL) of color #adebe9 hue: 0.49 , saturation: 0.61 and the lightness value of adebe9 is 0.80.

The process color (four color CMYK) of #adebe9 color hex is 0.26, 0.00, 0.01, 0.08. Web safe color of #adebe9 is #99ffff. Color #adebe9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11101011 11101001
Octal 255 353 351
Decimal 173 235 233
Hex AD EB E9

RGB Percentages of Color #adebe9

%26.99
%36.66
%36.35

CMYK Percentages of Color #adebe9

%26
%0
%1
%8

Triadic Colors of #adebe9

#adebe9 #e9adeb #ebe9ad

Analogous Colors of #adebe9

#adebe9 #adceeb #adebca

Monochromatic Colors of #adebe9

#adebe9

Complementary Color

#adebe9 #ebadaf

#adebe9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adebe9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adebe9 Color CSS Codes

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

#adebe9 Text Font Color

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

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


#adebe9 Background Color

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

This div background color is #adebe9


#adebe9 Border Color

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

This div border color is #adebe9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adebe9

#adebe9 Color Palettes


Comments

No comments written yet.

Please login to write comment.