Color Hex Logo

#cfc529 Color Hex

#CFC529
(207,197,41)
0 Favorites   0 Comments

Color spaces of #cfc529

RGB 20719741
HSL0.160.670.49
HSV56°80°81°
CMYK 0.000.050.80   0.19
XYZ46.098653.35809.9673
Yxy53.35800.42130.4876
Hunter Lab73.0466-15.182843.0424
CIE-Lab78.0859-12.698972.0802

#cfc529 color RGB value is (207,197,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11000101 00101001
Octal 317 305 51
Decimal 207 197 41
Hex CF C5 29

RGB Percentages of Color #cfc529

%46.52
%44.27
%9.21

CMYK Percentages of Color #cfc529

%0
%5
%80
%19

Triadic Colors of #cfc529

#cfc529 #29cfc5 #c529cf

Analogous Colors of #cfc529

#cfc529 #86cf29 #cf7229

Monochromatic Colors of #cfc529

#cfc529

Complementary Color

#cfc529 #2933cf

#cfc529 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfc529 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfc529 Color CSS Codes

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

#cfc529 Text Font Color

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

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


#cfc529 Background Color

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

This div background color is #cfc529


#cfc529 Border Color

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

This div border color is #cfc529


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfc529


Comments

No comments written yet.

Please login to write comment.