Color Hex Logo

#cfc41f Color Hex

#CFC41F
(207,196,31)
0 Favorites   0 Comments

Color spaces of #cfc41f

RGB 20719631
HSL0.160.740.47
HSV56°85°81°
CMYK 0.000.050.85   0.19
XYZ45.719452.84429.0866
Yxy52.84420.42470.4909
Hunter Lab72.6940-14.950643.4747
CIE-Lab77.7829-12.473274.2949

#cfc41f color RGB value is (207,196,31).

#cfc41f hex color red value is 207, green value is 196 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #cfc41f hue: 0.16 , saturation: 0.74 and the lightness value of cfc41f is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11000100 00011111
Octal 317 304 37
Decimal 207 196 31
Hex CF C4 1F

RGB Percentages of Color #cfc41f

%47.70
%45.16
%7.14

CMYK Percentages of Color #cfc41f

%0
%5
%85
%19

Triadic Colors of #cfc41f

#cfc41f #1fcfc4 #c41fcf

Analogous Colors of #cfc41f

#cfc41f #82cf1f #cf6c1f

Monochromatic Colors of #cfc41f

#cfc41f

Complementary Color

#cfc41f #1f2acf

#cfc41f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfc41f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfc41f Color CSS Codes

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

#cfc41f Text Font Color

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

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


#cfc41f Background Color

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

This div background color is #cfc41f


#cfc41f Border Color

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

This div border color is #cfc41f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfc41f


Comments

No comments written yet.

Please login to write comment.