Color Hex Logo

#cfc667 Color Hex

#CFC667
(207,198,103)
0 Favorites   0 Comments

Color spaces of #cfc667

RGB 207198103
HSL0.150.520.61
HSV55°50°81°
CMYK 0.000.040.50   0.19
XYZ48.374454.632820.8276
Yxy54.63280.39060.4412
Hunter Lab73.9140-12.526835.0330
CIE-Lab78.8293-9.542148.2624

#cfc667 color RGB value is (207,198,103).

#cfc667 hex color red value is 207, green value is 198 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #cfc667 hue: 0.15 , saturation: 0.52 and the lightness value of cfc667 is 0.61.

The process color (four color CMYK) of #cfc667 color hex is 0.00, 0.04, 0.50, 0.19. Web safe color of #cfc667 is #cccc66. Color #cfc667 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11000110 01100111
Octal 317 306 147
Decimal 207 198 103
Hex CF C6 67

RGB Percentages of Color #cfc667

%40.75
%38.98
%20.28

CMYK Percentages of Color #cfc667

%0
%4
%50
%19

Triadic Colors of #cfc667

#cfc667 #67cfc6 #c667cf

Analogous Colors of #cfc667

#cfc667 #a4cf67 #cf9267

Monochromatic Colors of #cfc667

#cfc667

Complementary Color

#cfc667 #6770cf

#cfc667 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfc667 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfc667 Color CSS Codes

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

#cfc667 Text Font Color

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

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


#cfc667 Background Color

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

This div background color is #cfc667


#cfc667 Border Color

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

This div border color is #cfc667


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfc667


Comments

No comments written yet.

Please login to write comment.