Color Hex Logo

#c7c57d Color Hex

#C7C57D
(199,197,125)
0 Favorites   0 Comments

Color spaces of #c7c57d

RGB 199197125
HSL0.160.400.64
HSV58°37°78°
CMYK 0.000.010.37   0.22
XYZ47.221153.555327.2504
Yxy53.55530.36880.4183
Hunter Lab73.1815-12.888729.1494
CIE-Lab78.2017-10.035136.3789

#c7c57d color RGB value is (199,197,125).

#c7c57d hex color red value is 199, green value is 197 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #c7c57d hue: 0.16 , saturation: 0.40 and the lightness value of c7c57d is 0.64.

The process color (four color CMYK) of #c7c57d color hex is 0.00, 0.01, 0.37, 0.22. Web safe color of #c7c57d is #cccc66. Color #c7c57d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 11000101 01111101
Octal 307 305 175
Decimal 199 197 125
Hex C7 C5 7D

RGB Percentages of Color #c7c57d

%38.20
%37.81
%23.99

CMYK Percentages of Color #c7c57d

%0
%1
%37
%22

Triadic Colors of #c7c57d

#c7c57d #7dc7c5 #c57dc7

Analogous Colors of #c7c57d

#c7c57d #a4c77d #c7a07d

Monochromatic Colors of #c7c57d

#c7c57d

Complementary Color

#c7c57d #7d7fc7

#c7c57d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7c57d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7c57d Color CSS Codes

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

#c7c57d Text Font Color

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

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


#c7c57d Background Color

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

This div background color is #c7c57d


#c7c57d Border Color

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

This div border color is #c7c57d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7c57d


Comments

No comments written yet.

Please login to write comment.