Color Hex Logo

#adeaeb Color Hex

#ADEAEB
(173,234,235)
0 Favorites   0 Comments

Color spaces of #adeaeb

RGB 173234235
HSL0.500.610.80
HSV181°26°92°
CMYK 0.260.000.00   0.08
XYZ61.651873.728089.5788
Yxy73.72800.27410.3277
Hunter Lab85.8650-22.0993-1.7489
CIE-Lab88.7938-18.8788-6.7249

#adeaeb color RGB value is (173,234,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11101010 11101011
Octal 255 352 353
Decimal 173 234 235
Hex AD EA EB

RGB Percentages of Color #adeaeb

%26.95
%36.45
%36.60

CMYK Percentages of Color #adeaeb

%26
%0
%0
%8

Triadic Colors of #adeaeb

#adeaeb #ebadea #eaebad

Analogous Colors of #adeaeb

#adeaeb #adcbeb #adebcd

Monochromatic Colors of #adeaeb

#adeaeb

Complementary Color

#adeaeb #ebaead

#adeaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adeaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#adeaeb Color CSS Codes

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

#adeaeb Text Font Color

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

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


#adeaeb Background Color

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

This div background color is #adeaeb


#adeaeb Border Color

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

This div border color is #adeaeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adeaeb


Comments

No comments written yet.

Please login to write comment.