Color Hex Logo

#addeeb Color Hex

#ADDEEB
(173,222,235)
0 Favorites   0 Comments

Color spaces of #addeeb

RGB 173222235
HSL0.530.610.80
HSV193°26°92°
CMYK 0.260.060.00   0.08
XYZ58.350367.124988.4783
Yxy67.12490.27270.3137
Hunter Lab81.9298-16.2496-6.6781
CIE-Lab85.5670-12.8383-11.5177

#addeeb color RGB value is (173,222,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011110 11101011
Octal 255 336 353
Decimal 173 222 235
Hex AD DE EB

RGB Percentages of Color #addeeb

%27.46
%35.24
%37.30

CMYK Percentages of Color #addeeb

%26
%6
%0
%8

Triadic Colors of #addeeb

#addeeb #ebadde #deebad

Analogous Colors of #addeeb

#addeeb #adbfeb #adebd9

Monochromatic Colors of #addeeb

#addeeb

Complementary Color

#addeeb #ebbaad

#addeeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#addeeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#addeeb Color CSS Codes

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

#addeeb Text Font Color

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

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


#addeeb Background Color

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

This div background color is #addeeb


#addeeb Border Color

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

This div border color is #addeeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,222,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 #addeeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #addeeb

#addeeb Color Palettes


Comments

No comments written yet.

Please login to write comment.