Color Hex Logo

#adbfee Color Hex

#ADBFEE
(173,191,238)
0 Favorites   0 Comments

Color spaces of #adbfee

RGB 173191238
HSL0.620.660.81
HSV223°27°93°
CMYK 0.270.200.00   0.07
XYZ51.297052.318988.2838
Yxy52.31890.26730.2726
Hunter Lab72.33180.0098-21.7335
CIE-Lab77.47114.1948-25.3392

#adbfee color RGB value is (173,191,238).

#adbfee hex color red value is 173, green value is 191 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #adbfee hue: 0.62 , saturation: 0.66 and the lightness value of adbfee is 0.81.

The process color (four color CMYK) of #adbfee color hex is 0.27, 0.20, 0.00, 0.07. Web safe color of #adbfee is #99ccff. Color #adbfee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111111 11101110
Octal 255 277 356
Decimal 173 191 238
Hex AD BF EE

RGB Percentages of Color #adbfee

%28.74
%31.73
%39.53

CMYK Percentages of Color #adbfee

%27
%20
%0
%7

Triadic Colors of #adbfee

#adbfee #eeadbf #bfeead

Analogous Colors of #adbfee

#adbfee #bcadee #ade0ee

Monochromatic Colors of #adbfee

#adbfee

Complementary Color

#adbfee #eedcad

#adbfee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbfee Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbfee Color CSS Codes

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

#adbfee Text Font Color

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

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


#adbfee Background Color

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

This div background color is #adbfee


#adbfee Border Color

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

This div border color is #adbfee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbfee


Comments

No comments written yet.

Please login to write comment.