Color Hex Logo

#cfc53a Color Hex

#CFC53A
(207,197,58)
0 Favorites   0 Comments

Color spaces of #cfc53a

RGB 20719758
HSL0.160.610.52
HSV56°72°81°
CMYK 0.000.050.72   0.19
XYZ46.462153.503411.8814
Yxy53.50340.41540.4784
Hunter Lab73.1460-14.622941.5715
CIE-Lab78.1713-12.037166.7919

#cfc53a color RGB value is (207,197,58).

#cfc53a hex color red value is 207, green value is 197 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #cfc53a hue: 0.16 , saturation: 0.61 and the lightness value of cfc53a is 0.52.

The process color (four color CMYK) of #cfc53a color hex is 0.00, 0.05, 0.72, 0.19. Web safe color of #cfc53a is #cccc33. Color #cfc53a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11000101 00111010
Octal 317 305 72
Decimal 207 197 58
Hex CF C5 3A

RGB Percentages of Color #cfc53a

%44.81
%42.64
%12.55

CMYK Percentages of Color #cfc53a

%0
%5
%72
%19

Triadic Colors of #cfc53a

#cfc53a #3acfc5 #c53acf

Analogous Colors of #cfc53a

#cfc53a #8fcf3a #cf7b3a

Monochromatic Colors of #cfc53a

#cfc53a

Complementary Color

#cfc53a #3a44cf

#cfc53a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfc53a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfc53a Color CSS Codes

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

#cfc53a Text Font Color

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

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


#cfc53a Background Color

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

This div background color is #cfc53a


#cfc53a Border Color

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

This div border color is #cfc53a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfc53a


Comments

No comments written yet.

Please login to write comment.