Color Hex Logo

#cfc77f Color Hex

#CFC77F
(207,199,127)
0 Favorites   0 Comments

Color spaces of #cfc77f

RGB 207199127
HSL0.150.450.65
HSV54°39°81°
CMYK 0.000.040.39   0.19
XYZ49.986355.644628.1846
Yxy55.64460.37350.4158
Hunter Lab74.5953-10.929029.8150
CIE-Lab79.4111-7.664437.0400

#cfc77f color RGB value is (207,199,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11000111 01111111
Octal 317 307 177
Decimal 207 199 127
Hex CF C7 7F

RGB Percentages of Color #cfc77f

%38.84
%37.34
%23.83

CMYK Percentages of Color #cfc77f

%0
%4
%39
%19

Triadic Colors of #cfc77f

#cfc77f #7fcfc7 #c77fcf

Analogous Colors of #cfc77f

#cfc77f #afcf7f #cf9f7f

Monochromatic Colors of #cfc77f

#cfc77f

Complementary Color

#cfc77f #7f87cf

#cfc77f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfc77f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfc77f Color CSS Codes

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

#cfc77f Text Font Color

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

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


#cfc77f Background Color

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

This div background color is #cfc77f


#cfc77f Border Color

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

This div border color is #cfc77f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(207,199,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 #cfc77f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfc77f


Comments

No comments written yet.

Please login to write comment.