Color Hex Logo

#adbee2 Color Hex

#ADBEE2
(173,190,226)
0 Favorites   0 Comments

Color spaces of #adbee2

RGB 173190226
HSL0.610.480.78
HSV221°23°89°
CMYK 0.230.160.00   0.11
XYZ49.374551.202179.2322
Yxy51.20210.27460.2848
Hunter Lab71.5556-2.0546-15.5617
CIE-Lab76.80131.9316-19.8893

#adbee2 color RGB value is (173,190,226).

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

The process color (four color CMYK) of #adbee2 color hex is 0.23, 0.16, 0.00, 0.11. Web safe color of #adbee2 is #99cccc. Color #adbee2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111110 11100010
Octal 255 276 342
Decimal 173 190 226
Hex AD BE E2

RGB Percentages of Color #adbee2

%29.37
%32.26
%38.37

CMYK Percentages of Color #adbee2

%23
%16
%0
%11

Triadic Colors of #adbee2

#adbee2 #e2adbe #bee2ad

Analogous Colors of #adbee2

#adbee2 #b7ade2 #add9e2

Monochromatic Colors of #adbee2

#adbee2

Complementary Color

#adbee2 #e2d1ad

#adbee2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbee2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbee2 Color CSS Codes

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

#adbee2 Text Font Color

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

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


#adbee2 Background Color

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

This div background color is #adbee2


#adbee2 Border Color

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

This div border color is #adbee2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbee2


Comments

No comments written yet.

Please login to write comment.