Color Hex Logo

#cfa66d Color Hex

#CFA66D
(207,166,109)
0 Favorites   0 Comments

Color spaces of #cfa66d

RGB 207166109
HSL0.100.510.62
HSV35°47°81°
CMYK 0.000.200.47   0.19
XYZ42.128741.642020.2853
Yxy41.64200.40490.4002
Hunter Lab64.53063.604826.5335
CIE-Lab70.62347.849935.1232

#cfa66d color RGB value is (207,166,109).

#cfa66d hex color red value is 207, green value is 166 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #cfa66d hue: 0.10 , saturation: 0.51 and the lightness value of cfa66d is 0.62.

The process color (four color CMYK) of #cfa66d color hex is 0.00, 0.20, 0.47, 0.19. Web safe color of #cfa66d is #cc9966. Color #cfa66d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10100110 01101101
Octal 317 246 155
Decimal 207 166 109
Hex CF A6 6D

RGB Percentages of Color #cfa66d

%42.95
%34.44
%22.61

CMYK Percentages of Color #cfa66d

%0
%20
%47
%19

Triadic Colors of #cfa66d

#cfa66d #6dcfa6 #a66dcf

Analogous Colors of #cfa66d

#cfa66d #c7cf6d #cf756d

Monochromatic Colors of #cfa66d

#cfa66d

Complementary Color

#cfa66d #6d96cf

#cfa66d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfa66d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfa66d Color CSS Codes

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

#cfa66d Text Font Color

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

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


#cfa66d Background Color

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

This div background color is #cfa66d


#cfa66d Border Color

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

This div border color is #cfa66d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfa66d


Comments

No comments written yet.

Please login to write comment.