Color Hex Logo

#adbeea Color Hex

#ADBEEA
(173,190,234)
0 Favorites   0 Comments

Color spaces of #adbeea

RGB 173190234
HSL0.620.590.80
HSV223°26°92°
CMYK 0.260.190.00   0.08
XYZ50.498351.651785.1501
Yxy51.65170.26960.2758
Hunter Lab71.8691-0.3493-19.9381
CIE-Lab77.07213.7909-23.7939

#adbeea color RGB value is (173,190,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111110 11101010
Octal 255 276 352
Decimal 173 190 234
Hex AD BE EA

RGB Percentages of Color #adbeea

%28.98
%31.83
%39.20

CMYK Percentages of Color #adbeea

%26
%19
%0
%8

Triadic Colors of #adbeea

#adbeea #eaadbe #beeaad

Analogous Colors of #adbeea

#adbeea #bbadea #adddea

Monochromatic Colors of #adbeea

#adbeea

Complementary Color

#adbeea #ead9ad

#adbeea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbeea Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbeea Color CSS Codes

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

#adbeea Text Font Color

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

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


#adbeea Background Color

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

This div background color is #adbeea


#adbeea Border Color

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

This div border color is #adbeea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbeea


Comments

No comments written yet.

Please login to write comment.