Color Hex Logo

#cfc313 Color Hex

#CFC313
(207,195,19)
0 Favorites   0 Comments

Color spaces of #cfc313

RGB 20719519
HSL0.160.830.44
HSV56°91°81°
CMYK 0.000.060.91   0.19
XYZ45.364852.34268.3283
Yxy52.34260.42780.4936
Hunter Lab72.3482-14.683743.8186
CIE-Lab77.4852-12.205676.2839

#cfc313 color RGB value is (207,195,19).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11000011 00010011
Octal 317 303 23
Decimal 207 195 19
Hex CF C3 13

RGB Percentages of Color #cfc313

%49.17
%46.32
%4.51

CMYK Percentages of Color #cfc313

%0
%6
%91
%19

Triadic Colors of #cfc313

#cfc313 #13cfc3 #c313cf

Analogous Colors of #cfc313

#cfc313 #7dcf13 #cf6513

Monochromatic Colors of #cfc313

#cfc313

Complementary Color

#cfc313 #131fcf

#cfc313 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfc313 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfc313 Color CSS Codes

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

#cfc313 Text Font Color

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

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


#cfc313 Background Color

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

This div background color is #cfc313


#cfc313 Border Color

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

This div border color is #cfc313


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfc313


Comments

No comments written yet.

Please login to write comment.