Color Hex Logo

#addbbe Color Hex

#ADDBBE
(173,219,190)
0 Favorites   0 Comments

Color spaces of #addbbe

RGB 173219190
HSL0.390.390.77
HSV142°21°86°
CMYK 0.210.000.13   0.14
XYZ51.859463.265058.1933
Yxy63.26500.29920.3650
Hunter Lab79.5393-22.812312.2992
CIE-Lab83.5816-20.66129.3865

#addbbe color RGB value is (173,219,190).

#addbbe hex color red value is 173, green value is 219 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #addbbe hue: 0.39 , saturation: 0.39 and the lightness value of addbbe is 0.77.

The process color (four color CMYK) of #addbbe color hex is 0.21, 0.00, 0.13, 0.14. Web safe color of #addbbe is #99cccc. Color #addbbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011011 10111110
Octal 255 333 276
Decimal 173 219 190
Hex AD DB BE

RGB Percentages of Color #addbbe

%29.73
%37.63
%32.65

CMYK Percentages of Color #addbbe

%21
%0
%13
%14

Triadic Colors of #addbbe

#addbbe #beaddb #dbbead

Analogous Colors of #addbbe

#addbbe #addbd5 #b3dbad

Monochromatic Colors of #addbbe

#addbbe

Complementary Color

#addbbe #dbadca

#addbbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#addbbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#addbbe Color CSS Codes

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

#addbbe Text Font Color

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

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


#addbbe Background Color

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

This div background color is #addbbe


#addbbe Border Color

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

This div border color is #addbbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #addbbe


Comments

No comments written yet.

Please login to write comment.