Color Hex Logo

#cfc14e Color Hex

#CFC14E
(207,193,78)
0 Favorites   0 Comments

Color spaces of #cfc14e

RGB 20719378
HSL0.150.570.56
HSV53°62°81°
CMYK 0.000.070.62   0.19
XYZ46.177251.955414.8023
Yxy51.95540.40890.4600
Hunter Lab72.0801-11.786438.2803
CIE-Lab77.2542-8.890857.9452

#cfc14e color RGB value is (207,193,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11000001 01001110
Octal 317 301 116
Decimal 207 193 78
Hex CF C1 4E

RGB Percentages of Color #cfc14e

%43.31
%40.38
%16.32

CMYK Percentages of Color #cfc14e

%0
%7
%62
%19

Triadic Colors of #cfc14e

#cfc14e #4ecfc1 #c14ecf

Analogous Colors of #cfc14e

#cfc14e #9dcf4e #cf814e

Monochromatic Colors of #cfc14e

#cfc14e

Complementary Color

#cfc14e #4e5ccf

#cfc14e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfc14e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfc14e Color CSS Codes

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

#cfc14e Text Font Color

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

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


#cfc14e Background Color

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

This div background color is #cfc14e


#cfc14e Border Color

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

This div border color is #cfc14e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfc14e


Comments

No comments written yet.

Please login to write comment.