Color Hex Logo

#cfc157 Color Hex

#CFC157
(207,193,87)
0 Favorites   0 Comments

Color spaces of #cfc157

RGB 20719387
HSL0.150.560.58
HSV53°58°81°
CMYK 0.000.070.58   0.19
XYZ46.522452.093416.6199
Yxy52.09340.40370.4521
Hunter Lab72.1758-11.251736.8703
CIE-Lab77.3367-8.269354.0396

#cfc157 color RGB value is (207,193,87).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11000001 01010111
Octal 317 301 127
Decimal 207 193 87
Hex CF C1 57

RGB Percentages of Color #cfc157

%42.51
%39.63
%17.86

CMYK Percentages of Color #cfc157

%0
%7
%58
%19

Triadic Colors of #cfc157

#cfc157 #57cfc1 #c157cf

Analogous Colors of #cfc157

#cfc157 #a1cf57 #cf8557

Monochromatic Colors of #cfc157

#cfc157

Complementary Color

#cfc157 #5765cf

#cfc157 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfc157 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfc157 Color CSS Codes

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

#cfc157 Text Font Color

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

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


#cfc157 Background Color

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

This div background color is #cfc157


#cfc157 Border Color

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

This div border color is #cfc157


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(207,193,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 #cfc157">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfc157


Comments

No comments written yet.

Please login to write comment.