Color Hex Logo

#addcbf Color Hex

#ADDCBF
(173,220,191)
0 Favorites   0 Comments

Color spaces of #addcbf

RGB 173220191
HSL0.400.400.77
HSV143°21°86°
CMYK 0.210.000.13   0.14
XYZ52.230763.832258.8582
Yxy63.83220.29860.3649
Hunter Lab79.8951-23.123512.2480
CIE-Lab83.8783-20.96749.2823

#addcbf color RGB value is (173,220,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011100 10111111
Octal 255 334 277
Decimal 173 220 191
Hex AD DC BF

RGB Percentages of Color #addcbf

%29.62
%37.67
%32.71

CMYK Percentages of Color #addcbf

%21
%0
%13
%14

Triadic Colors of #addcbf

#addcbf #bfaddc #dcbfad

Analogous Colors of #addcbf

#addcbf #addcd7 #b3dcad

Monochromatic Colors of #addcbf

#addcbf

Complementary Color

#addcbf #dcadca

#addcbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#addcbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#addcbf Color CSS Codes

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

#addcbf Text Font Color

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

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


#addcbf Background Color

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

This div background color is #addcbf


#addcbf Border Color

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

This div border color is #addcbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #addcbf


Comments

No comments written yet.

Please login to write comment.