Color Hex Logo

#c7d385 Color Hex

#C7D385
(199,211,133)
0 Favorites   0 Comments

Color spaces of #c7d385

RGB 199211133
HSL0.190.470.67
HSV69°37°83°
CMYK 0.060.000.37   0.17
XYZ51.081160.424131.1611
Yxy60.42410.35800.4235
Hunter Lab77.7329-18.733930.6452
CIE-Lab82.0682-16.192037.2834

#c7d385 color RGB value is (199,211,133).

#c7d385 hex color red value is 199, green value is 211 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #c7d385 hue: 0.19 , saturation: 0.47 and the lightness value of c7d385 is 0.67.

The process color (four color CMYK) of #c7d385 color hex is 0.06, 0.00, 0.37, 0.17. Web safe color of #c7d385 is #cccc99. Color #c7d385 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 11010011 10000101
Octal 307 323 205
Decimal 199 211 133
Hex C7 D3 85

RGB Percentages of Color #c7d385

%36.65
%38.86
%24.49

CMYK Percentages of Color #c7d385

%6
%0
%37
%17

Triadic Colors of #c7d385

#c7d385 #85c7d3 #d385c7

Analogous Colors of #c7d385

#c7d385 #a0d385 #d3b885

Monochromatic Colors of #c7d385

#c7d385

Complementary Color

#c7d385 #9185d3

#c7d385 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7d385 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7d385 Color CSS Codes

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

#c7d385 Text Font Color

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

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


#c7d385 Background Color

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

This div background color is #c7d385


#c7d385 Border Color

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

This div border color is #c7d385


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7d385


Comments

No comments written yet.

Please login to write comment.