Color Hex Logo

#cfcf63 Color Hex

#CFCF63
(207,207,99)
0 Favorites   0 Comments

Color spaces of #cfcf63

RGB 20720799
HSL0.170.530.60
HSV60°52°81°
CMYK 0.000.000.52   0.19
XYZ50.297158.791920.5014
Yxy58.79190.38810.4537
Hunter Lab76.6759-17.092137.8203
CIE-Lab81.1771-14.441552.9150

#cfcf63 color RGB value is (207,207,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11001111 01100011
Octal 317 317 143
Decimal 207 207 99
Hex CF CF 63

RGB Percentages of Color #cfcf63

%40.35
%40.35
%19.30

CMYK Percentages of Color #cfcf63

%0
%0
%52
%19

Triadic Colors of #cfcf63

#cfcf63 #63cfcf #cf63cf

Analogous Colors of #cfcf63

#cfcf63 #99cf63 #cf9963

Monochromatic Colors of #cfcf63

#cfcf63

Complementary Color

#cfcf63 #6363cf

#cfcf63 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfcf63 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfcf63 Color CSS Codes

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

#cfcf63 Text Font Color

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

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


#cfcf63 Background Color

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

This div background color is #cfcf63


#cfcf63 Border Color

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

This div border color is #cfcf63


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfcf63


Comments

No comments written yet.

Please login to write comment.