Color Hex Logo

#cfc407 Color Hex

#CFC407
(207,196,7)
0 Favorites   0 Comments

Color spaces of #cfc407

RGB 2071967
HSL0.160.930.42
HSV57°97°81°
CMYK 0.000.050.97   0.19
XYZ45.510452.76067.9862
Yxy52.76060.42830.4965
Hunter Lab72.6365-15.274744.3268
CIE-Lab77.7334-12.857877.8905

#cfc407 color RGB value is (207,196,7).

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

The process color (four color CMYK) of #cfc407 color hex is 0.00, 0.05, 0.97, 0.19. Web safe color of #cfc407 is #cccc00. Color #cfc407 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11000100 00000111
Octal 317 304 7
Decimal 207 196 7
Hex CF C4 7

RGB Percentages of Color #cfc407

%50.49
%47.80
%1.71

CMYK Percentages of Color #cfc407

%0
%5
%97
%19

Triadic Colors of #cfc407

#cfc407 #07cfc4 #c407cf

Analogous Colors of #cfc407

#cfc407 #76cf07 #cf6007

Monochromatic Colors of #cfc407

#cfc407

Complementary Color

#cfc407 #0712cf

#cfc407 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfc407 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfc407 Color CSS Codes

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

#cfc407 Text Font Color

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

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


#cfc407 Background Color

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

This div background color is #cfc407


#cfc407 Border Color

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

This div border color is #cfc407


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfc407


Comments

No comments written yet.

Please login to write comment.