Color Hex Logo

#adebe7 Color Hex

#ADEBE7
(173,235,231)
0 Favorites   0 Comments

Color spaces of #adebe7

RGB 173235231
HSL0.490.610.80
HSV176°26°92°
CMYK 0.260.000.02   0.08
XYZ61.365774.070486.6640
Yxy74.07040.27630.3335
Hunter Lab86.0642-23.33770.5417
CIE-Lab88.9557-20.2475-4.3905

#adebe7 color RGB value is (173,235,231).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11101011 11100111
Octal 255 353 347
Decimal 173 235 231
Hex AD EB E7

RGB Percentages of Color #adebe7

%27.07
%36.78
%36.15

CMYK Percentages of Color #adebe7

%26
%0
%2
%8

Triadic Colors of #adebe7

#adebe7 #e7adeb #ebe7ad

Analogous Colors of #adebe7

#adebe7 #add0eb #adebc8

Monochromatic Colors of #adebe7

#adebe7

Complementary Color

#adebe7 #ebadb1

#adebe7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adebe7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adebe7 Color CSS Codes

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

#adebe7 Text Font Color

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

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


#adebe7 Background Color

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

This div background color is #adebe7


#adebe7 Border Color

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

This div border color is #adebe7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adebe7


Comments

No comments written yet.

Please login to write comment.