Color Hex Logo

#cfc72a Color Hex

#CFC72A
(207,199,42)
0 Favorites   0 Comments

Color spaces of #cfc72a

RGB 20719942
HSL0.160.660.49
HSV57°80°81°
CMYK 0.000.040.80   0.19
XYZ46.573554.279410.2128
Yxy54.27940.41930.4887
Hunter Lab73.6746-16.091443.3534
CIE-Lab78.6244-13.675672.2745

#cfc72a color RGB value is (207,199,42).

#cfc72a hex color red value is 207, green value is 199 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #cfc72a hue: 0.16 , saturation: 0.66 and the lightness value of cfc72a is 0.49.

The process color (four color CMYK) of #cfc72a color hex is 0.00, 0.04, 0.80, 0.19. Web safe color of #cfc72a is #cccc33. Color #cfc72a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11000111 00101010
Octal 317 307 52
Decimal 207 199 42
Hex CF C7 2A

RGB Percentages of Color #cfc72a

%46.21
%44.42
%9.38

CMYK Percentages of Color #cfc72a

%0
%4
%80
%19

Triadic Colors of #cfc72a

#cfc72a #2acfc7 #c72acf

Analogous Colors of #cfc72a

#cfc72a #85cf2a #cf752a

Monochromatic Colors of #cfc72a

#cfc72a

Complementary Color

#cfc72a #2a32cf

#cfc72a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfc72a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfc72a Color CSS Codes

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

#cfc72a Text Font Color

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

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


#cfc72a Background Color

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

This div background color is #cfc72a


#cfc72a Border Color

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

This div border color is #cfc72a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfc72a


Comments

No comments written yet.

Please login to write comment.