Color Hex Logo

#addbeb Color Hex

#ADDBEB
(173,219,235)
0 Favorites   0 Comments

Color spaces of #addbeb

RGB 173219235
HSL0.540.610.80
HSV195°26°92°
CMYK 0.260.070.00   0.08
XYZ57.560565.545488.2150
Yxy65.54540.27240.3102
Hunter Lab80.9601-14.7714-7.9309
CIE-Lab84.7640-11.3032-12.7168

#addbeb color RGB value is (173,219,235).

#addbeb hex color red value is 173, green value is 219 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #addbeb hue: 0.54 , saturation: 0.61 and the lightness value of addbeb is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011011 11101011
Octal 255 333 353
Decimal 173 219 235
Hex AD DB EB

RGB Percentages of Color #addbeb

%27.59
%34.93
%37.48

CMYK Percentages of Color #addbeb

%26
%7
%0
%8

Triadic Colors of #addbeb

#addbeb #ebaddb #dbebad

Analogous Colors of #addbeb

#addbeb #adbceb #adebdc

Monochromatic Colors of #addbeb

#addbeb

Complementary Color

#addbeb #ebbdad

#addbeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#addbeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#addbeb Color CSS Codes

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

#addbeb Text Font Color

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

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


#addbeb Background Color

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

This div background color is #addbeb


#addbeb Border Color

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

This div border color is #addbeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #addbeb


Comments

No comments written yet.

Please login to write comment.