Color Hex Logo

#cfcd63 Color Hex

#CFCD63
(207,205,99)
0 Favorites   0 Comments

Color spaces of #cfcd63

RGB 20720599
HSL0.160.530.60
HSV59°52°81°
CMYK 0.000.010.52   0.19
XYZ49.815657.828920.3409
Yxy57.82890.38920.4518
Hunter Lab76.0453-16.147937.3726
CIE-Lab80.6436-13.436652.2951

#cfcd63 color RGB value is (207,205,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11001101 01100011
Octal 317 315 143
Decimal 207 205 99
Hex CF CD 63

RGB Percentages of Color #cfcd63

%40.51
%40.12
%19.37

CMYK Percentages of Color #cfcd63

%0
%1
%52
%19

Triadic Colors of #cfcd63

#cfcd63 #63cfcd #cd63cf

Analogous Colors of #cfcd63

#cfcd63 #9bcf63 #cf9763

Monochromatic Colors of #cfcd63

#cfcd63

Complementary Color

#cfcd63 #6365cf

#cfcd63 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfcd63 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfcd63 Color CSS Codes

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

#cfcd63 Text Font Color

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

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


#cfcd63 Background Color

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

This div background color is #cfcd63


#cfcd63 Border Color

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

This div border color is #cfcd63


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(207,205,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 #cfcd63">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfcd63


Comments

No comments written yet.

Please login to write comment.