Color Hex Logo

#adbefa Color Hex

#ADBEFA
(173,190,250)
0 Favorites   0 Comments

Color spaces of #adbefa

RGB 173190250
HSL0.630.890.83
HSV227°31°98°
CMYK 0.310.240.00   0.02
XYZ52.902452.613397.8096
Yxy52.61330.26020.2588
Hunter Lab72.53503.2502-29.1749
CIE-Lab77.64617.6437-31.5174

#adbefa color RGB value is (173,190,250).

#adbefa hex color red value is 173, green value is 190 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #adbefa hue: 0.63 , saturation: 0.89 and the lightness value of adbefa is 0.83.

The process color (four color CMYK) of #adbefa color hex is 0.31, 0.24, 0.00, 0.02. Web safe color of #adbefa is #99ccff. Color #adbefa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111110 11111010
Octal 255 276 372
Decimal 173 190 250
Hex AD BE FA

RGB Percentages of Color #adbefa

%28.22
%31.00
%40.78

CMYK Percentages of Color #adbefa

%31
%24
%0
%2

Triadic Colors of #adbefa

#adbefa #faadbe #befaad

Analogous Colors of #adbefa

#adbefa #c3adfa #ade5fa

Monochromatic Colors of #adbefa

#adbefa

Complementary Color

#adbefa #fae9ad

#adbefa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbefa Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbefa Color CSS Codes

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

#adbefa Text Font Color

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

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


#adbefa Background Color

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

This div background color is #adbefa


#adbefa Border Color

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

This div border color is #adbefa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbefa


Comments

No comments written yet.

Please login to write comment.