Color Hex Logo

#cfc44c Color Hex

#CFC44C
(207,196,76)
0 Favorites   0 Comments

Color spaces of #cfc44c

RGB 20719676
HSL0.150.580.55
HSV55°63°81°
CMYK 0.000.050.63   0.19
XYZ46.776653.267114.6537
Yxy53.26710.40780.4644
Hunter Lab72.9843-13.319639.1848
CIE-Lab78.0324-10.552059.6323

#cfc44c color RGB value is (207,196,76).

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

The process color (four color CMYK) of #cfc44c color hex is 0.00, 0.05, 0.63, 0.19. Web safe color of #cfc44c is #cccc33. Color #cfc44c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11000100 01001100
Octal 317 304 114
Decimal 207 196 76
Hex CF C4 4C

RGB Percentages of Color #cfc44c

%43.22
%40.92
%15.87

CMYK Percentages of Color #cfc44c

%0
%5
%63
%19

Triadic Colors of #cfc44c

#cfc44c #4ccfc4 #c44ccf

Analogous Colors of #cfc44c

#cfc44c #99cf4c #cf834c

Monochromatic Colors of #cfc44c

#cfc44c

Complementary Color

#cfc44c #4c57cf

#cfc44c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfc44c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfc44c Color CSS Codes

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

#cfc44c Text Font Color

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

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


#cfc44c Background Color

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

This div background color is #cfc44c


#cfc44c Border Color

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

This div border color is #cfc44c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfc44c


Comments

No comments written yet.

Please login to write comment.