Color Hex Logo

#cfc141 Color Hex

#CFC141
(207,193,65)
0 Favorites   0 Comments

Color spaces of #cfc141

RGB 20719365
HSL0.150.600.53
HSV54°69°81°
CMYK 0.000.070.69   0.19
XYZ45.756251.787012.5853
Yxy51.78700.41550.4702
Hunter Lab71.9632-12.440340.0053
CIE-Lab77.1533-9.654263.1855

#cfc141 color RGB value is (207,193,65).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11000001 01000001
Octal 317 301 101
Decimal 207 193 65
Hex CF C1 41

RGB Percentages of Color #cfc141

%44.52
%41.51
%13.98

CMYK Percentages of Color #cfc141

%0
%7
%69
%19

Triadic Colors of #cfc141

#cfc141 #41cfc1 #c141cf

Analogous Colors of #cfc141

#cfc141 #96cf41 #cf7a41

Monochromatic Colors of #cfc141

#cfc141

Complementary Color

#cfc141 #414fcf

#cfc141 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfc141 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfc141 Color CSS Codes

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

#cfc141 Text Font Color

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

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


#cfc141 Background Color

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

This div background color is #cfc141


#cfc141 Border Color

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

This div border color is #cfc141


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfc141


Comments

No comments written yet.

Please login to write comment.