Color Hex Logo

#c7dbae Color Hex

#C7DBAE
(199,219,174)
0 Favorites   0 Comments

Color spaces of #c7dbae

RGB 199219174
HSL0.240.380.77
HSV87°21°86°
CMYK 0.090.000.21   0.14
XYZ56.524765.861149.7777
Yxy65.86110.32830.3825
Hunter Lab81.1549-17.695020.4419
CIE-Lab84.9255-14.552219.9383

#c7dbae color RGB value is (199,219,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 11011011 10101110
Octal 307 333 256
Decimal 199 219 174
Hex C7 DB AE

RGB Percentages of Color #c7dbae

%33.61
%36.99
%29.39

CMYK Percentages of Color #c7dbae

%9
%0
%21
%14

Triadic Colors of #c7dbae

#c7dbae #aec7db #dbaec7

Analogous Colors of #c7dbae

#c7dbae #b1dbae #dbd9ae

Monochromatic Colors of #c7dbae

#c7dbae

Complementary Color

#c7dbae #c2aedb

#c7dbae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7dbae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7dbae Color CSS Codes

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

#c7dbae Text Font Color

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

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


#c7dbae Background Color

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

This div background color is #c7dbae


#c7dbae Border Color

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

This div border color is #c7dbae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,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 #c7dbae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7dbae


Comments

No comments written yet.

Please login to write comment.