Color Hex Logo

#cfc319 Color Hex

#CFC319
(207,195,25)
0 Favorites   0 Comments

Color spaces of #cfc319

RGB 20719525
HSL0.160.780.45
HSV56°88°81°
CMYK 0.000.060.88   0.19
XYZ45.422752.36588.6333
Yxy52.36580.42680.4921
Hunter Lab72.3642-14.593743.5815
CIE-Lab77.4991-12.098975.2837

#cfc319 color RGB value is (207,195,25).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11000011 00011001
Octal 317 303 31
Decimal 207 195 25
Hex CF C3 19

RGB Percentages of Color #cfc319

%48.48
%45.67
%5.85

CMYK Percentages of Color #cfc319

%0
%6
%88
%19

Triadic Colors of #cfc319

#cfc319 #19cfc3 #c319cf

Analogous Colors of #cfc319

#cfc319 #80cf19 #cf6819

Monochromatic Colors of #cfc319

#cfc319

Complementary Color

#cfc319 #1925cf

#cfc319 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfc319 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfc319 Color CSS Codes

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

#cfc319 Text Font Color

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

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


#cfc319 Background Color

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

This div background color is #cfc319


#cfc319 Border Color

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

This div border color is #cfc319


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfc319


Comments

No comments written yet.

Please login to write comment.