Color Hex Logo

#cfc52d Color Hex

#CFC52D
(207,197,45)
0 Favorites   0 Comments

Color spaces of #cfc52d

RGB 20719745
HSL0.160.640.49
HSV56°78°81°
CMYK 0.000.050.78   0.19
XYZ46.172053.387410.3539
Yxy53.38740.42010.4857
Hunter Lab73.0667-15.069742.7450
CIE-Lab78.1032-12.565070.9593

#cfc52d color RGB value is (207,197,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11000101 00101101
Octal 317 305 55
Decimal 207 197 45
Hex CF C5 2D

RGB Percentages of Color #cfc52d

%46.10
%43.88
%10.02

CMYK Percentages of Color #cfc52d

%0
%5
%78
%19

Triadic Colors of #cfc52d

#cfc52d #2dcfc5 #c52dcf

Analogous Colors of #cfc52d

#cfc52d #88cf2d #cf742d

Monochromatic Colors of #cfc52d

#cfc52d

Complementary Color

#cfc52d #2d37cf

#cfc52d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfc52d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfc52d Color CSS Codes

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

#cfc52d Text Font Color

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

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


#cfc52d Background Color

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

This div background color is #cfc52d


#cfc52d Border Color

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

This div border color is #cfc52d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfc52d


Comments

No comments written yet.

Please login to write comment.