Color Hex Logo

#cfc57c Color Hex

#CFC57C
(207,197,124)
0 Favorites   0 Comments

Color spaces of #cfc57c

RGB 207197124
HSL0.150.460.65
HSV53°40°81°
CMYK 0.000.050.40   0.19
XYZ49.336554.653127.0176
Yxy54.65310.37660.4172
Hunter Lab73.9277-10.249630.0813
CIE-Lab78.8410-6.963637.8411

#cfc57c color RGB value is (207,197,124).

#cfc57c hex color red value is 207, green value is 197 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #cfc57c hue: 0.15 , saturation: 0.46 and the lightness value of cfc57c is 0.65.

The process color (four color CMYK) of #cfc57c color hex is 0.00, 0.05, 0.40, 0.19. Web safe color of #cfc57c is #cccc66. Color #cfc57c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11000101 01111100
Octal 317 305 174
Decimal 207 197 124
Hex CF C5 7C

RGB Percentages of Color #cfc57c

%39.20
%37.31
%23.48

CMYK Percentages of Color #cfc57c

%0
%5
%40
%19

Triadic Colors of #cfc57c

#cfc57c #7ccfc5 #c57ccf

Analogous Colors of #cfc57c

#cfc57c #b0cf7c #cf9c7c

Monochromatic Colors of #cfc57c

#cfc57c

Complementary Color

#cfc57c #7c86cf

#cfc57c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfc57c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfc57c Color CSS Codes

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

#cfc57c Text Font Color

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

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


#cfc57c Background Color

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

This div background color is #cfc57c


#cfc57c Border Color

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

This div border color is #cfc57c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfc57c


Comments

No comments written yet.

Please login to write comment.