Color Hex Logo

#adbee0 Color Hex

#ADBEE0
(173,190,224)
0 Favorites   0 Comments

Color spaces of #adbee0

RGB 173190224
HSL0.610.450.78
HSV220°23°88°
CMYK 0.230.150.00   0.12
XYZ49.101651.093077.7950
Yxy51.09300.27590.2871
Hunter Lab71.4794-2.4712-14.4931
CIE-Lab76.73531.4741-18.9087

#adbee0 color RGB value is (173,190,224).

#adbee0 hex color red value is 173, green value is 190 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #adbee0 hue: 0.61 , saturation: 0.45 and the lightness value of adbee0 is 0.78.

The process color (four color CMYK) of #adbee0 color hex is 0.23, 0.15, 0.00, 0.12. Web safe color of #adbee0 is #99cccc. Color #adbee0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111110 11100000
Octal 255 276 340
Decimal 173 190 224
Hex AD BE E0

RGB Percentages of Color #adbee0

%29.47
%32.37
%38.16

CMYK Percentages of Color #adbee0

%23
%15
%0
%12

Triadic Colors of #adbee0

#adbee0 #e0adbe #bee0ad

Analogous Colors of #adbee0

#adbee0 #b6ade0 #add8e0

Monochromatic Colors of #adbee0

#adbee0

Complementary Color

#adbee0 #e0cfad

#adbee0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbee0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbee0 Color CSS Codes

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

#adbee0 Text Font Color

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

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


#adbee0 Background Color

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

This div background color is #adbee0


#adbee0 Border Color

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

This div border color is #adbee0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbee0


Comments

No comments written yet.

Please login to write comment.