Color Hex Logo

#addfb3 Color Hex

#ADDFB3
(173,223,179)
0 Favorites   0 Comments

Color spaces of #addfb3

RGB 173223179
HSL0.350.440.78
HSV127°22°87°
CMYK 0.220.000.20   0.13
XYZ51.757964.914352.4496
Yxy64.91430.30600.3838
Hunter Lab80.5694-26.327817.8016
CIE-Lab84.4396-24.626016.3916

#addfb3 color RGB value is (173,223,179).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011111 10110011
Octal 255 337 263
Decimal 173 223 179
Hex AD DF B3

RGB Percentages of Color #addfb3

%30.09
%38.78
%31.13

CMYK Percentages of Color #addfb3

%22
%0
%20
%13

Triadic Colors of #addfb3

#addfb3 #b3addf #dfb3ad

Analogous Colors of #addfb3

#addfb3 #addfcc #c0dfad

Monochromatic Colors of #addfb3

#addfb3

Complementary Color

#addfb3 #dfadd9

#addfb3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#addfb3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#addfb3 Color CSS Codes

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

#addfb3 Text Font Color

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

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


#addfb3 Background Color

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

This div background color is #addfb3


#addfb3 Border Color

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

This div border color is #addfb3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #addfb3


Comments

No comments written yet.

Please login to write comment.