Color Hex Logo

#cfc14f Color Hex

#CFC14F
(207,193,79)
0 Favorites   0 Comments

Color spaces of #cfc14f

RGB 20719379
HSL0.150.570.56
HSV53°62°81°
CMYK 0.000.070.62   0.19
XYZ46.213451.969814.9926
Yxy51.96980.40830.4592
Hunter Lab72.0901-11.730138.1325
CIE-Lab77.2628-8.825257.5212

#cfc14f color RGB value is (207,193,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11000001 01001111
Octal 317 301 117
Decimal 207 193 79
Hex CF C1 4F

RGB Percentages of Color #cfc14f

%43.22
%40.29
%16.49

CMYK Percentages of Color #cfc14f

%0
%7
%62
%19

Triadic Colors of #cfc14f

#cfc14f #4fcfc1 #c14fcf

Analogous Colors of #cfc14f

#cfc14f #9dcf4f #cf814f

Monochromatic Colors of #cfc14f

#cfc14f

Complementary Color

#cfc14f #4f5dcf

#cfc14f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfc14f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfc14f Color CSS Codes

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

#cfc14f Text Font Color

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

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


#cfc14f Background Color

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

This div background color is #cfc14f


#cfc14f Border Color

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

This div border color is #cfc14f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfc14f


Comments

No comments written yet.

Please login to write comment.