Color Hex Logo

#cfc95e Color Hex

#CFC95E
(207,201,94)
0 Favorites   0 Comments

Color spaces of #cfc95e

RGB 20720194
HSL0.160.540.59
HSV57°55°81°
CMYK 0.000.030.55   0.19
XYZ48.639255.846818.8056
Yxy55.84680.39450.4530
Hunter Lab74.7307-14.600337.3915
CIE-Lab79.5265-11.820553.3213

#cfc95e color RGB value is (207,201,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11001001 01011110
Octal 317 311 136
Decimal 207 201 94
Hex CF C9 5E

RGB Percentages of Color #cfc95e

%41.24
%40.04
%18.73

CMYK Percentages of Color #cfc95e

%0
%3
%55
%19

Triadic Colors of #cfc95e

#cfc95e #5ecfc9 #c95ecf

Analogous Colors of #cfc95e

#cfc95e #9dcf5e #cf915e

Monochromatic Colors of #cfc95e

#cfc95e

Complementary Color

#cfc95e #5e64cf

#cfc95e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfc95e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfc95e Color CSS Codes

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

#cfc95e Text Font Color

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

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


#cfc95e Background Color

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

This div background color is #cfc95e


#cfc95e Border Color

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

This div border color is #cfc95e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfc95e


Comments

No comments written yet.

Please login to write comment.