Color Hex Logo

#cfc957 Color Hex

#CFC957
(207,201,87)
0 Favorites   0 Comments

Color spaces of #cfc957

RGB 20720187
HSL0.160.560.58
HSV57°58°81°
CMYK 0.000.030.58   0.19
XYZ48.339155.726817.2254
Yxy55.72680.39850.4594
Hunter Lab74.6504-15.052338.5742
CIE-Lab79.4581-12.349656.4147

#cfc957 color RGB value is (207,201,87).

#cfc957 hex color red value is 207, green value is 201 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #cfc957 hue: 0.16 , saturation: 0.56 and the lightness value of cfc957 is 0.58.

The process color (four color CMYK) of #cfc957 color hex is 0.00, 0.03, 0.58, 0.19. Web safe color of #cfc957 is #cccc66. Color #cfc957 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11001001 01010111
Octal 317 311 127
Decimal 207 201 87
Hex CF C9 57

RGB Percentages of Color #cfc957

%41.82
%40.61
%17.58

CMYK Percentages of Color #cfc957

%0
%3
%58
%19

Triadic Colors of #cfc957

#cfc957 #57cfc9 #c957cf

Analogous Colors of #cfc957

#cfc957 #99cf57 #cf8d57

Monochromatic Colors of #cfc957

#cfc957

Complementary Color

#cfc957 #575dcf

#cfc957 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfc957 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfc957 Color CSS Codes

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

#cfc957 Text Font Color

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

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


#cfc957 Background Color

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

This div background color is #cfc957


#cfc957 Border Color

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

This div border color is #cfc957


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfc957


Comments

No comments written yet.

Please login to write comment.