Color Hex Logo

#addbed Color Hex

#ADDBED
(173,219,237)
1 Favorites   0 Comments

Color spaces of #addbed

RGB 173219237
HSL0.550.640.80
HSV197°27°93°
CMYK 0.270.080.00   0.07
XYZ57.851265.661789.7457
Yxy65.66170.27130.3079
Hunter Lab81.0319-14.3691-8.9434
CIE-Lab84.8236-10.8490-13.6864

#addbed color RGB value is (173,219,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011011 11101101
Octal 255 333 355
Decimal 173 219 237
Hex AD DB ED

RGB Percentages of Color #addbed

%27.50
%34.82
%37.68

CMYK Percentages of Color #addbed

%27
%8
%0
%7

Triadic Colors of #addbed

#addbed #edaddb #dbedad

Analogous Colors of #addbed

#addbed #adbbed #adeddf

Monochromatic Colors of #addbed

#addbed

Complementary Color

#addbed #edbfad

#addbed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#addbed Color Preview on White Background

Lorem ipsum dolor sit amet.

#addbed Color CSS Codes

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

#addbed Text Font Color

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

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


#addbed Background Color

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

This div background color is #addbed


#addbed Border Color

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

This div border color is #addbed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #addbed


Comments

No comments written yet.

Please login to write comment.