Color Hex Logo

#c6c875 Color Hex

#C6C875
(198,200,117)
0 Favorites   0 Comments

Color spaces of #c6c875

RGB 198200117
HSL0.170.430.62
HSV61°42°78°
CMYK 0.010.000.42   0.22
XYZ47.153954.598724.8829
Yxy54.59870.37240.4311
Hunter Lab73.8909-15.398431.7576
CIE-Lab78.8096-12.843141.1881

#c6c875 color RGB value is (198,200,117).

#c6c875 hex color red value is 198, green value is 200 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #c6c875 hue: 0.17 , saturation: 0.43 and the lightness value of c6c875 is 0.62.

The process color (four color CMYK) of #c6c875 color hex is 0.01, 0.00, 0.42, 0.22. Web safe color of #c6c875 is #cccc66. Color #c6c875 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 11001000 01110101
Octal 306 310 165
Decimal 198 200 117
Hex C6 C8 75

RGB Percentages of Color #c6c875

%38.45
%38.83
%22.72

CMYK Percentages of Color #c6c875

%1
%0
%42
%22

Triadic Colors of #c6c875

#c6c875 #75c6c8 #c875c6

Analogous Colors of #c6c875

#c6c875 #9dc875 #c8a175

Monochromatic Colors of #c6c875

#c6c875

Complementary Color

#c6c875 #7775c8

#c6c875 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6c875 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6c875 Color CSS Codes

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

#c6c875 Text Font Color

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

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


#c6c875 Background Color

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

This div background color is #c6c875


#c6c875 Border Color

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

This div border color is #c6c875


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6c875


Comments

No comments written yet.

Please login to write comment.