Color Hex Logo

#cfc46d Color Hex

#CFC46D
(207,196,109)
0 Favorites   0 Comments

Color spaces of #cfc46d

RGB 207196109
HSL0.150.510.62
HSV53°47°81°
CMYK 0.000.050.47   0.19
XYZ48.232453.849422.3199
Yxy53.84940.38770.4329
Hunter Lab73.3822-11.094833.3339
CIE-Lab78.3738-7.970044.7881

#cfc46d color RGB value is (207,196,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11000100 01101101
Octal 317 304 155
Decimal 207 196 109
Hex CF C4 6D

RGB Percentages of Color #cfc46d

%40.43
%38.28
%21.29

CMYK Percentages of Color #cfc46d

%0
%5
%47
%19

Triadic Colors of #cfc46d

#cfc46d #6dcfc4 #c46dcf

Analogous Colors of #cfc46d

#cfc46d #a9cf6d #cf936d

Monochromatic Colors of #cfc46d

#cfc46d

Complementary Color

#cfc46d #6d78cf

#cfc46d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfc46d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfc46d Color CSS Codes

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

#cfc46d Text Font Color

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

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


#cfc46d Background Color

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

This div background color is #cfc46d


#cfc46d Border Color

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

This div border color is #cfc46d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfc46d


Comments

No comments written yet.

Please login to write comment.