Color Hex Logo

#adbeee Color Hex

#ADBEEE
(173,190,238)
0 Favorites   0 Comments

Color spaces of #adbeee

RGB 173190238
HSL0.620.660.81
HSV224°27°93°
CMYK 0.270.200.00   0.07
XYZ51.079751.884288.2114
Yxy51.88420.26720.2714
Hunter Lab72.03070.5274-22.1872
CIE-Lab77.21154.7381-25.7358

#adbeee color RGB value is (173,190,238).

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

The process color (four color CMYK) of #adbeee color hex is 0.27, 0.20, 0.00, 0.07. Web safe color of #adbeee is #99ccff. Color #adbeee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111110 11101110
Octal 255 276 356
Decimal 173 190 238
Hex AD BE EE

RGB Percentages of Color #adbeee

%28.79
%31.61
%39.60

CMYK Percentages of Color #adbeee

%27
%20
%0
%7

Triadic Colors of #adbeee

#adbeee #eeadbe #beeead

Analogous Colors of #adbeee

#adbeee #bdadee #addfee

Monochromatic Colors of #adbeee

#adbeee

Complementary Color

#adbeee #eeddad

#adbeee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbeee Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbeee Color CSS Codes

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

#adbeee Text Font Color

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

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


#adbeee Background Color

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

This div background color is #adbeee


#adbeee Border Color

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

This div border color is #adbeee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbeee


Comments

No comments written yet.

Please login to write comment.