Color Hex Logo

#cfc52b Color Hex

#CFC52B
(207,197,43)
0 Favorites   0 Comments

Color spaces of #cfc52b

RGB 20719743
HSL0.160.660.49
HSV56°79°81°
CMYK 0.000.050.79   0.19
XYZ46.134453.372310.1558
Yxy53.37230.42070.4867
Hunter Lab73.0563-15.127542.8973
CIE-Lab78.0943-12.633571.5300

#cfc52b color RGB value is (207,197,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11000101 00101011
Octal 317 305 53
Decimal 207 197 43
Hex CF C5 2B

RGB Percentages of Color #cfc52b

%46.31
%44.07
%9.62

CMYK Percentages of Color #cfc52b

%0
%5
%79
%19

Triadic Colors of #cfc52b

#cfc52b #2bcfc5 #c52bcf

Analogous Colors of #cfc52b

#cfc52b #87cf2b #cf732b

Monochromatic Colors of #cfc52b

#cfc52b

Complementary Color

#cfc52b #2b35cf

#cfc52b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfc52b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfc52b Color CSS Codes

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

#cfc52b Text Font Color

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

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


#cfc52b Background Color

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

This div background color is #cfc52b


#cfc52b Border Color

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

This div border color is #cfc52b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfc52b


Comments

No comments written yet.

Please login to write comment.