Color Hex Logo

#cfc67f Color Hex

#CFC67F
(207,198,127)
0 Favorites   0 Comments

Color spaces of #cfc67f

RGB 207198127
HSL0.150.450.65
HSV53°39°81°
CMYK 0.000.040.39   0.19
XYZ49.757055.185928.1081
Yxy55.18590.37400.4148
Hunter Lab74.2872-10.444729.5675
CIE-Lab79.1482-7.149336.7021

#cfc67f color RGB value is (207,198,127).

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

The process color (four color CMYK) of #cfc67f color hex is 0.00, 0.04, 0.39, 0.19. Web safe color of #cfc67f is #cccc66. Color #cfc67f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11000110 01111111
Octal 317 306 177
Decimal 207 198 127
Hex CF C6 7F

RGB Percentages of Color #cfc67f

%38.91
%37.22
%23.87

CMYK Percentages of Color #cfc67f

%0
%4
%39
%19

Triadic Colors of #cfc67f

#cfc67f #7fcfc6 #c67fcf

Analogous Colors of #cfc67f

#cfc67f #b0cf7f #cf9e7f

Monochromatic Colors of #cfc67f

#cfc67f

Complementary Color

#cfc67f #7f88cf

#cfc67f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfc67f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfc67f Color CSS Codes

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

#cfc67f Text Font Color

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

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


#cfc67f Background Color

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

This div background color is #cfc67f


#cfc67f Border Color

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

This div border color is #cfc67f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfc67f


Comments

No comments written yet.

Please login to write comment.