Color Hex Logo

#cfc014 Color Hex

#CFC014
(207,192,20)
0 Favorites   0 Comments

Color spaces of #cfc014

RGB 20719220
HSL0.150.820.45
HSV55°90°81°
CMYK 0.000.070.90   0.19
XYZ44.708051.01528.1524
Yxy51.01520.43040.4911
Hunter Lab71.4249-13.262643.2301
CIE-Lab76.6882-10.665075.5116

#cfc014 color RGB value is (207,192,20).

#cfc014 hex color red value is 207, green value is 192 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #cfc014 hue: 0.15 , saturation: 0.82 and the lightness value of cfc014 is 0.45.

The process color (four color CMYK) of #cfc014 color hex is 0.00, 0.07, 0.90, 0.19. Web safe color of #cfc014 is #cccc00. Color #cfc014 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11000000 00010100
Octal 317 300 24
Decimal 207 192 20
Hex CF C0 14

RGB Percentages of Color #cfc014

%49.40
%45.82
%4.77

CMYK Percentages of Color #cfc014

%0
%7
%90
%19

Triadic Colors of #cfc014

#cfc014 #14cfc0 #c014cf

Analogous Colors of #cfc014

#cfc014 #81cf14 #cf6214

Monochromatic Colors of #cfc014

#cfc014

Complementary Color

#cfc014 #1423cf

#cfc014 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfc014 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfc014 Color CSS Codes

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

#cfc014 Text Font Color

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

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


#cfc014 Background Color

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

This div background color is #cfc014


#cfc014 Border Color

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

This div border color is #cfc014


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfc014


Comments

No comments written yet.

Please login to write comment.