Color Hex Logo

#addfcb Color Hex

#ADDFCB
(173,223,203)
0 Favorites   0 Comments

Color spaces of #addfcb

RGB 173223203
HSL0.430.440.78
HSV156°22°87°
CMYK 0.220.000.09   0.13
XYZ54.400765.971466.3664
Yxy65.97140.29130.3533
Hunter Lab81.2228-22.58578.4106
CIE-Lab84.9818-20.12894.5325

#addfcb color RGB value is (173,223,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011111 11001011
Octal 255 337 313
Decimal 173 223 203
Hex AD DF CB

RGB Percentages of Color #addfcb

%28.88
%37.23
%33.89

CMYK Percentages of Color #addfcb

%22
%0
%9
%13

Triadic Colors of #addfcb

#addfcb #cbaddf #dfcbad

Analogous Colors of #addfcb

#addfcb #addadf #addfb2

Monochromatic Colors of #addfcb

#addfcb

Complementary Color

#addfcb #dfadc1

#addfcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#addfcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#addfcb Color CSS Codes

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

#addfcb Text Font Color

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

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


#addfcb Background Color

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

This div background color is #addfcb


#addfcb Border Color

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

This div border color is #addfcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #addfcb


Comments

No comments written yet.

Please login to write comment.