Color Hex Logo

#cfc56e Color Hex

#CFC56E
(207,197,110)
0 Favorites   0 Comments

Color spaces of #cfc56e

RGB 207197110
HSL0.150.500.62
HSV54°47°81°
CMYK 0.000.050.47   0.19
XYZ48.512954.323722.6805
Yxy54.32370.38650.4328
Hunter Lab73.7046-11.493133.3484
CIE-Lab78.6501-8.389244.6328

#cfc56e color RGB value is (207,197,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11000101 01101110
Octal 317 305 156
Decimal 207 197 110
Hex CF C5 6E

RGB Percentages of Color #cfc56e

%40.27
%38.33
%21.40

CMYK Percentages of Color #cfc56e

%0
%5
%47
%19

Triadic Colors of #cfc56e

#cfc56e #6ecfc5 #c56ecf

Analogous Colors of #cfc56e

#cfc56e #a9cf6e #cf956e

Monochromatic Colors of #cfc56e

#cfc56e

Complementary Color

#cfc56e #6e78cf

#cfc56e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfc56e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfc56e Color CSS Codes

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

#cfc56e Text Font Color

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

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


#cfc56e Background Color

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

This div background color is #cfc56e


#cfc56e Border Color

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

This div border color is #cfc56e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfc56e


Comments

No comments written yet.

Please login to write comment.