Color Hex Logo

#adbbfe Color Hex

#ADBBFE
(173,187,254)
0 Favorites   0 Comments

Color spaces of #adbbfe

RGB 173187254
HSL0.640.980.84
HSV230°32°100°
CMYK 0.320.260.00   0.00
XYZ52.893351.5806100.9342
Yxy51.58060.25750.2511
Hunter Lab71.81965.7763-33.0515
CIE-Lab77.029410.2785-34.6142

#adbbfe color RGB value is (173,187,254).

#adbbfe hex color red value is 173, green value is 187 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #adbbfe hue: 0.64 , saturation: 0.98 and the lightness value of adbbfe is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111011 11111110
Octal 255 273 376
Decimal 173 187 254
Hex AD BB FE

RGB Percentages of Color #adbbfe

%28.18
%30.46
%41.37

CMYK Percentages of Color #adbbfe

%32
%26
%0
%0

Triadic Colors of #adbbfe

#adbbfe #feadbb #bbfead

Analogous Colors of #adbbfe

#adbbfe #c8adfe #ade4fe

Monochromatic Colors of #adbbfe

#adbbfe

Complementary Color

#adbbfe #fef0ad

#adbbfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbbfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbbfe Color CSS Codes

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

#adbbfe Text Font Color

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

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


#adbbfe Background Color

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

This div background color is #adbbfe


#adbbfe Border Color

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

This div border color is #adbbfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbbfe

Related Colors


Comments

No comments written yet.

Please login to write comment.