Color Hex Logo

#adddeb Color Hex

#ADDDEB
(173,221,235)
0 Favorites   0 Comments

Color spaces of #adddeb

RGB 173221235
HSL0.540.610.80
HSV194°26°92°
CMYK 0.260.060.00   0.08
XYZ58.085466.595388.3900
Yxy66.59530.27260.3126
Hunter Lab81.6059-15.7578-7.0947
CIE-Lab85.2992-12.3280-11.9174

#adddeb color RGB value is (173,221,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011101 11101011
Octal 255 335 353
Decimal 173 221 235
Hex AD DD EB

RGB Percentages of Color #adddeb

%27.50
%35.14
%37.36

CMYK Percentages of Color #adddeb

%26
%6
%0
%8

Triadic Colors of #adddeb

#adddeb #ebaddd #ddebad

Analogous Colors of #adddeb

#adddeb #adbeeb #adebda

Monochromatic Colors of #adddeb

#adddeb

Complementary Color

#adddeb #ebbbad

#adddeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adddeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#adddeb Color CSS Codes

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

#adddeb Text Font Color

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

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


#adddeb Background Color

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

This div background color is #adddeb


#adddeb Border Color

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

This div border color is #adddeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adddeb


Comments

No comments written yet.

Please login to write comment.