Color Hex Logo

#addcbe Color Hex

#ADDCBE
(173,220,190)
0 Favorites   0 Comments

Color spaces of #addcbe

RGB 173220190
HSL0.390.400.77
HSV142°21°86°
CMYK 0.210.000.14   0.14
XYZ52.121063.788358.2805
Yxy63.78830.29920.3662
Hunter Lab79.8676-23.280512.6426
CIE-Lab83.8554-21.15569.7776

#addcbe color RGB value is (173,220,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011100 10111110
Octal 255 334 276
Decimal 173 220 190
Hex AD DC BE

RGB Percentages of Color #addcbe

%29.67
%37.74
%32.59

CMYK Percentages of Color #addcbe

%21
%0
%14
%14

Triadic Colors of #addcbe

#addcbe #beaddc #dcbead

Analogous Colors of #addcbe

#addcbe #addcd6 #b4dcad

Monochromatic Colors of #addcbe

#addcbe

Complementary Color

#addcbe #dcadcb

#addcbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#addcbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#addcbe Color CSS Codes

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

#addcbe Text Font Color

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

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


#addcbe Background Color

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

This div background color is #addcbe


#addcbe Border Color

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

This div border color is #addcbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #addcbe


Comments

No comments written yet.

Please login to write comment.