Color Hex Logo

#cfc613 Color Hex

#CFC613
(207,198,19)
0 Favorites   0 Comments

Color spaces of #cfc613

RGB 20719819
HSL0.160.830.44
HSV57°91°81°
CMYK 0.000.040.91   0.19
XYZ46.043853.70068.5546
Yxy53.70060.42520.4959
Hunter Lab73.2807-16.085944.3751
CIE-Lab78.2868-13.720876.9038

#cfc613 color RGB value is (207,198,19).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11000110 00010011
Octal 317 306 23
Decimal 207 198 19
Hex CF C6 13

RGB Percentages of Color #cfc613

%48.82
%46.70
%4.48

CMYK Percentages of Color #cfc613

%0
%4
%91
%19

Triadic Colors of #cfc613

#cfc613 #13cfc6 #c613cf

Analogous Colors of #cfc613

#cfc613 #7acf13 #cf6813

Monochromatic Colors of #cfc613

#cfc613

Complementary Color

#cfc613 #131ccf

#cfc613 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfc613 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfc613 Color CSS Codes

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

#cfc613 Text Font Color

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

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


#cfc613 Background Color

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

This div background color is #cfc613


#cfc613 Border Color

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

This div border color is #cfc613


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(207,198,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 #cfc613">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfc613


Comments

No comments written yet.

Please login to write comment.