Color Hex Logo

#c4dbae Color Hex

#C4DBAE
(196,219,174)
0 Favorites   0 Comments

Color spaces of #c4dbae

RGB 196219174
HSL0.250.380.77
HSV91°21°86°
CMYK 0.110.000.21   0.14
XYZ55.736465.454849.7408
Yxy65.45480.32610.3829
Hunter Lab80.9041-18.610220.1807
CIE-Lab84.7176-15.619619.6178

#c4dbae color RGB value is (196,219,174).

#c4dbae hex color red value is 196, green value is 219 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #c4dbae hue: 0.25 , saturation: 0.38 and the lightness value of c4dbae is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 11011011 10101110
Octal 304 333 256
Decimal 196 219 174
Hex C4 DB AE

RGB Percentages of Color #c4dbae

%33.28
%37.18
%29.54

CMYK Percentages of Color #c4dbae

%11
%0
%21
%14

Triadic Colors of #c4dbae

#c4dbae #aec4db #dbaec4

Analogous Colors of #c4dbae

#c4dbae #aedbaf #dbdbae

Monochromatic Colors of #c4dbae

#c4dbae

Complementary Color

#c4dbae #c5aedb

#c4dbae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4dbae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4dbae Color CSS Codes

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

#c4dbae Text Font Color

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

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


#c4dbae Background Color

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

This div background color is #c4dbae


#c4dbae Border Color

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

This div border color is #c4dbae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4dbae


Comments

No comments written yet.

Please login to write comment.