Color Hex Logo

#cfc304 Color Hex

#CFC304
(207,195,4)
0 Favorites   0 Comments

Color spaces of #cfc304

RGB 2071954
HSL0.160.960.41
HSV56°98°81°
CMYK 0.000.060.98   0.19
XYZ45.269152.30447.8247
Yxy52.30440.42950.4963
Hunter Lab72.3218-14.832844.2105
CIE-Lab77.4625-12.382577.9916

#cfc304 color RGB value is (207,195,4).

#cfc304 hex color red value is 207, green value is 195 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #cfc304 hue: 0.16 , saturation: 0.96 and the lightness value of cfc304 is 0.41.

The process color (four color CMYK) of #cfc304 color hex is 0.00, 0.06, 0.98, 0.19. Web safe color of #cfc304 is #cccc00. Color #cfc304 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11000011 00000100
Octal 317 303 4
Decimal 207 195 4
Hex CF C3 4

RGB Percentages of Color #cfc304

%50.99
%48.03
%0.99

CMYK Percentages of Color #cfc304

%0
%6
%98
%19

Triadic Colors of #cfc304

#cfc304 #04cfc3 #c304cf

Analogous Colors of #cfc304

#cfc304 #76cf04 #cf5e04

Monochromatic Colors of #cfc304

#cfc304

Complementary Color

#cfc304 #0410cf

#cfc304 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfc304 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfc304 Color CSS Codes

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

#cfc304 Text Font Color

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

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


#cfc304 Background Color

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

This div background color is #cfc304


#cfc304 Border Color

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

This div border color is #cfc304


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfc304


Comments

No comments written yet.

Please login to write comment.