Color Hex Logo

#cfc11d Color Hex

#CFC11D
(207,193,29)
0 Favorites   0 Comments

Color spaces of #cfc11d

RGB 20719329
HSL0.150.750.46
HSV55°86°81°
CMYK 0.000.070.86   0.19
XYZ45.023951.49408.7287
Yxy51.49400.42780.4893
Hunter Lab71.7593-13.582743.0196
CIE-Lab76.9773-10.997374.0688

#cfc11d color RGB value is (207,193,29).

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

The process color (four color CMYK) of #cfc11d color hex is 0.00, 0.07, 0.86, 0.19. Web safe color of #cfc11d is #cccc33. Color #cfc11d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11000001 00011101
Octal 317 301 35
Decimal 207 193 29
Hex CF C1 1D

RGB Percentages of Color #cfc11d

%48.25
%44.99
%6.76

CMYK Percentages of Color #cfc11d

%0
%7
%86
%19

Triadic Colors of #cfc11d

#cfc11d #1dcfc1 #c11dcf

Analogous Colors of #cfc11d

#cfc11d #84cf1d #cf681d

Monochromatic Colors of #cfc11d

#cfc11d

Complementary Color

#cfc11d #1d2bcf

#cfc11d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfc11d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfc11d Color CSS Codes

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

#cfc11d Text Font Color

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

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


#cfc11d Background Color

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

This div background color is #cfc11d


#cfc11d Border Color

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

This div border color is #cfc11d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfc11d


Comments

No comments written yet.

Please login to write comment.