Color Hex Logo

#c7deaf Color Hex

#C7DEAF
(199,222,175)
0 Favorites   0 Comments

Color spaces of #c7deaf

RGB 199222175
HSL0.250.420.78
HSV89°21°87°
CMYK 0.100.000.21   0.13
XYZ57.412367.479850.5564
Yxy67.47980.32720.3846
Hunter Lab82.1461-19.001121.0125
CIE-Lab85.7457-15.897920.5531

#c7deaf color RGB value is (199,222,175).

#c7deaf hex color red value is 199, green value is 222 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #c7deaf hue: 0.25 , saturation: 0.42 and the lightness value of c7deaf is 0.78.

The process color (four color CMYK) of #c7deaf color hex is 0.10, 0.00, 0.21, 0.13. Web safe color of #c7deaf is #cccc99. Color #c7deaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 11011110 10101111
Octal 307 336 257
Decimal 199 222 175
Hex C7 DE AF

RGB Percentages of Color #c7deaf

%33.39
%37.25
%29.36

CMYK Percentages of Color #c7deaf

%10
%0
%21
%13

Triadic Colors of #c7deaf

#c7deaf #afc7de #deafc7

Analogous Colors of #c7deaf

#c7deaf #b0deaf #dedeaf

Monochromatic Colors of #c7deaf

#c7deaf

Complementary Color

#c7deaf #c6afde

#c7deaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7deaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7deaf Color CSS Codes

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

#c7deaf Text Font Color

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

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


#c7deaf Background Color

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

This div background color is #c7deaf


#c7deaf Border Color

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

This div border color is #c7deaf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,222,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7deaf


Comments

No comments written yet.

Please login to write comment.