Color Hex Logo

#addfbc Color Hex

#ADDFBC
(173,223,188)
0 Favorites   0 Comments

Color spaces of #addfbc

RGB 173223188
HSL0.380.440.78
HSV138°22°87°
CMYK 0.220.000.16   0.13
XYZ52.698465.290457.4018
Yxy65.29040.30050.3723
Hunter Lab80.8025-24.988814.4423
CIE-Lab84.6332-23.002211.9388

#addfbc color RGB value is (173,223,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011111 10111100
Octal 255 337 274
Decimal 173 223 188
Hex AD DF BC

RGB Percentages of Color #addfbc

%29.62
%38.18
%32.19

CMYK Percentages of Color #addfbc

%22
%0
%16
%13

Triadic Colors of #addfbc

#addfbc #bcaddf #dfbcad

Analogous Colors of #addfbc

#addfbc #addfd5 #b7dfad

Monochromatic Colors of #addfbc

#addfbc

Complementary Color

#addfbc #dfadd0

#addfbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#addfbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#addfbc Color CSS Codes

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

#addfbc Text Font Color

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

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


#addfbc Background Color

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

This div background color is #addfbc


#addfbc Border Color

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

This div border color is #addfbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #addfbc


Comments

No comments written yet.

Please login to write comment.