Color Hex Logo

#c8dbad Color Hex

#C8DBAD
(200,219,173)
0 Favorites   0 Comments

Color spaces of #c8dbad

RGB 200219173
HSL0.240.390.77
HSV85°21°86°
CMYK 0.090.000.21   0.14
XYZ56.693865.959549.2785
Yxy65.95950.32970.3836
Hunter Lab81.2155-17.522120.8759
CIE-Lab84.9758-14.349920.5417

#c8dbad color RGB value is (200,219,173).

#c8dbad hex color red value is 200, green value is 219 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #c8dbad hue: 0.24 , saturation: 0.39 and the lightness value of c8dbad is 0.77.

The process color (four color CMYK) of #c8dbad color hex is 0.09, 0.00, 0.21, 0.14. Web safe color of #c8dbad is #cccc99. Color #c8dbad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 11011011 10101101
Octal 310 333 255
Decimal 200 219 173
Hex C8 DB AD

RGB Percentages of Color #c8dbad

%33.78
%36.99
%29.22

CMYK Percentages of Color #c8dbad

%9
%0
%21
%14

Triadic Colors of #c8dbad

#c8dbad #adc8db #dbadc8

Analogous Colors of #c8dbad

#c8dbad #b1dbad #dbd7ad

Monochromatic Colors of #c8dbad

#c8dbad

Complementary Color

#c8dbad #c0addb

#c8dbad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8dbad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8dbad Color CSS Codes

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

#c8dbad Text Font Color

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

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


#c8dbad Background Color

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

This div background color is #c8dbad


#c8dbad Border Color

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

This div border color is #c8dbad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8dbad


Comments

No comments written yet.

Please login to write comment.