Color Hex Logo

#adbbef Color Hex

#ADBBEF
(173,187,239)
0 Favorites   0 Comments

Color spaces of #adbbef

RGB 173187239
HSL0.630.670.81
HSV227°28°94°
CMYK 0.280.220.00   0.06
XYZ50.583950.656988.7731
Yxy50.65690.26620.2666
Hunter Lab71.17372.3080-24.1293
CIE-Lab76.47076.6118-27.4080

#adbbef color RGB value is (173,187,239).

#adbbef hex color red value is 173, green value is 187 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #adbbef hue: 0.63 , saturation: 0.67 and the lightness value of adbbef is 0.81.

The process color (four color CMYK) of #adbbef color hex is 0.28, 0.22, 0.00, 0.06. Web safe color of #adbbef is #99ccff. Color #adbbef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111011 11101111
Octal 255 273 357
Decimal 173 187 239
Hex AD BB EF

RGB Percentages of Color #adbbef

%28.88
%31.22
%39.90

CMYK Percentages of Color #adbbef

%28
%22
%0
%6

Triadic Colors of #adbbef

#adbbef #efadbb #bbefad

Analogous Colors of #adbbef

#adbbef #c0adef #addcef

Monochromatic Colors of #adbbef

#adbbef

Complementary Color

#adbbef #efe1ad

#adbbef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbbef Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbbef Color CSS Codes

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

#adbbef Text Font Color

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

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


#adbbef Background Color

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

This div background color is #adbbef


#adbbef Border Color

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

This div border color is #adbbef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbbef


Comments

No comments written yet.

Please login to write comment.