Color Hex Logo

#adebeb Color Hex

#ADEBEB
(173,235,235)
0 Favorites   0 Comments

Color spaces of #adebeb

RGB 173235235
HSL0.500.610.80
HSV180°26°92°
CMYK 0.260.000.00   0.08
XYZ61.937374.299189.6740
Yxy74.29910.27420.3289
Hunter Lab86.1969-22.5824-1.3438
CIE-Lab89.0637-19.3750-6.3259

#adebeb color RGB value is (173,235,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11101011 11101011
Octal 255 353 353
Decimal 173 235 235
Hex AD EB EB

RGB Percentages of Color #adebeb

%26.91
%36.55
%36.55

CMYK Percentages of Color #adebeb

%26
%0
%0
%8

Triadic Colors of #adebeb

#adebeb #ebadeb #ebebad

Analogous Colors of #adebeb

#adebeb #adcceb #adebcc

Monochromatic Colors of #adebeb

#adebeb

Complementary Color

#adebeb #ebadad

#adebeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adebeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#adebeb Color CSS Codes

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

#adebeb Text Font Color

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

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


#adebeb Background Color

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

This div background color is #adebeb


#adebeb Border Color

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

This div border color is #adebeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adebeb

#adebeb Color Palettes


Comments

No comments written yet.

Please login to write comment.