Color Hex Logo

#adebee Color Hex

#ADEBEE
(173,235,238)
0 Favorites   0 Comments

Color spaces of #adebee

RGB 173235238
HSL0.510.660.81
HSV183°27°93°
CMYK 0.270.010.00   0.07
XYZ62.374574.473991.9763
Yxy74.47390.27260.3255
Hunter Lab86.2983-22.0061-2.7822
CIE-Lab89.1460-18.7123-7.7748

#adebee color RGB value is (173,235,238).

#adebee hex color red value is 173, green value is 235 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #adebee hue: 0.51 , saturation: 0.66 and the lightness value of adebee is 0.81.

The process color (four color CMYK) of #adebee color hex is 0.27, 0.01, 0.00, 0.07. Web safe color of #adebee is #99ffff. Color #adebee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11101011 11101110
Octal 255 353 356
Decimal 173 235 238
Hex AD EB EE

RGB Percentages of Color #adebee

%26.78
%36.38
%36.84

CMYK Percentages of Color #adebee

%27
%1
%0
%7

Triadic Colors of #adebee

#adebee #eeadeb #ebeead

Analogous Colors of #adebee

#adebee #adcbee #adeed1

Monochromatic Colors of #adebee

#adebee

Complementary Color

#adebee #eeb0ad

#adebee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adebee Color Preview on White Background

Lorem ipsum dolor sit amet.

#adebee Color CSS Codes

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

#adebee Text Font Color

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

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


#adebee Background Color

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

This div background color is #adebee


#adebee Border Color

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

This div border color is #adebee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adebee


Comments

No comments written yet.

Please login to write comment.