Color Hex Logo

#cfc61e Color Hex

#CFC61E
(207,198,30)
0 Favorites   0 Comments

Color spaces of #cfc61e

RGB 20719830
HSL0.160.750.46
HSV57°86°81°
CMYK 0.000.040.86   0.19
XYZ46.160653.74739.1696
Yxy53.74730.42320.4927
Hunter Lab73.3126-15.906043.9031
CIE-Lab78.3142-13.506874.9455

#cfc61e color RGB value is (207,198,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11000110 00011110
Octal 317 306 36
Decimal 207 198 30
Hex CF C6 1E

RGB Percentages of Color #cfc61e

%47.59
%45.52
%6.90

CMYK Percentages of Color #cfc61e

%0
%4
%86
%19

Triadic Colors of #cfc61e

#cfc61e #1ecfc6 #c61ecf

Analogous Colors of #cfc61e

#cfc61e #80cf1e #cf6e1e

Monochromatic Colors of #cfc61e

#cfc61e

Complementary Color

#cfc61e #1e27cf

#cfc61e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfc61e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfc61e Color CSS Codes

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

#cfc61e Text Font Color

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

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


#cfc61e Background Color

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

This div background color is #cfc61e


#cfc61e Border Color

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

This div border color is #cfc61e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfc61e


Comments

No comments written yet.

Please login to write comment.