Color Hex Logo

#addfbe Color Hex

#ADDFBE
(173,223,190)
0 Favorites   0 Comments

Color spaces of #addfbe

RGB 173223190
HSL0.390.440.78
HSV140°22°87°
CMYK 0.220.000.15   0.13
XYZ52.915565.377358.5453
Yxy65.37730.29920.3697
Hunter Lab80.8562-24.681013.6694
CIE-Lab84.6778-22.631210.9499

#addfbe color RGB value is (173,223,190).

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

The process color (four color CMYK) of #addfbe color hex is 0.22, 0.00, 0.15, 0.13. Web safe color of #addfbe is #99cccc. Color #addfbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011111 10111110
Octal 255 337 276
Decimal 173 223 190
Hex AD DF BE

RGB Percentages of Color #addfbe

%29.52
%38.05
%32.42

CMYK Percentages of Color #addfbe

%22
%0
%15
%13

Triadic Colors of #addfbe

#addfbe #beaddf #dfbead

Analogous Colors of #addfbe

#addfbe #addfd7 #b5dfad

Monochromatic Colors of #addfbe

#addfbe

Complementary Color

#addfbe #dfadce

#addfbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#addfbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#addfbe Color CSS Codes

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

#addfbe Text Font Color

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

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


#addfbe Background Color

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

This div background color is #addfbe


#addfbe Border Color

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

This div border color is #addfbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #addfbe


Comments

No comments written yet.

Please login to write comment.