Color Hex Logo

#cfc95c Color Hex

#CFC95C
(207,201,92)
0 Favorites   0 Comments

Color spaces of #cfc95c

RGB 20720192
HSL0.160.550.59
HSV57°56°81°
CMYK 0.000.030.56   0.19
XYZ48.550555.811418.3390
Yxy55.81140.39570.4549
Hunter Lab74.7070-14.734037.7405
CIE-Lab79.5064-11.976754.2154

#cfc95c color RGB value is (207,201,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11001001 01011100
Octal 317 311 134
Decimal 207 201 92
Hex CF C9 5C

RGB Percentages of Color #cfc95c

%41.40
%40.20
%18.40

CMYK Percentages of Color #cfc95c

%0
%3
%56
%19

Triadic Colors of #cfc95c

#cfc95c #5ccfc9 #c95ccf

Analogous Colors of #cfc95c

#cfc95c #9ccf5c #cf905c

Monochromatic Colors of #cfc95c

#cfc95c

Complementary Color

#cfc95c #5c62cf

#cfc95c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfc95c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfc95c Color CSS Codes

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

#cfc95c Text Font Color

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

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


#cfc95c Background Color

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

This div background color is #cfc95c


#cfc95c Border Color

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

This div border color is #cfc95c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfc95c


Comments

No comments written yet.

Please login to write comment.