Color Hex Logo

#cfc020 Color Hex

#CFC020
(207,192,32)
0 Favorites   0 Comments

Color spaces of #cfc020

RGB 20719232
HSL0.150.730.47
HSV55°85°81°
CMYK 0.000.070.85   0.19
XYZ44.842551.06908.8603
Yxy51.06900.42800.4874
Hunter Lab71.4626-13.051442.6727
CIE-Lab76.7208-10.415973.1953

#cfc020 color RGB value is (207,192,32).

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

The process color (four color CMYK) of #cfc020 color hex is 0.00, 0.07, 0.85, 0.19. Web safe color of #cfc020 is #cccc33. Color #cfc020 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11000000 00100000
Octal 317 300 40
Decimal 207 192 32
Hex CF C0 20

RGB Percentages of Color #cfc020

%48.03
%44.55
%7.42

CMYK Percentages of Color #cfc020

%0
%7
%85
%19

Triadic Colors of #cfc020

#cfc020 #20cfc0 #c020cf

Analogous Colors of #cfc020

#cfc020 #87cf20 #cf6920

Monochromatic Colors of #cfc020

#cfc020

Complementary Color

#cfc020 #202fcf

#cfc020 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfc020 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfc020 Color CSS Codes

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

#cfc020 Text Font Color

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

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


#cfc020 Background Color

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

This div background color is #cfc020


#cfc020 Border Color

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

This div border color is #cfc020


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfc020


Comments

No comments written yet.

Please login to write comment.