Color Hex Logo

#cfa677 Color Hex

#CFA677
(207,166,119)
0 Favorites   0 Comments

Color spaces of #cfa677

RGB 207166119
HSL0.090.480.64
HSV32°43°81°
CMYK 0.000.200.43   0.19
XYZ42.698141.869723.2840
Yxy41.86970.39590.3882
Hunter Lab64.70684.550023.9599
CIE-Lab70.78108.880530.0230

#cfa677 color RGB value is (207,166,119).

#cfa677 hex color red value is 207, green value is 166 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #cfa677 hue: 0.09 , saturation: 0.48 and the lightness value of cfa677 is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10100110 01110111
Octal 317 246 167
Decimal 207 166 119
Hex CF A6 77

RGB Percentages of Color #cfa677

%42.07
%33.74
%24.19

CMYK Percentages of Color #cfa677

%0
%20
%43
%19

Triadic Colors of #cfa677

#cfa677 #77cfa6 #a677cf

Analogous Colors of #cfa677

#cfa677 #cccf77 #cf7a77

Monochromatic Colors of #cfa677

#cfa677

Complementary Color

#cfa677 #77a0cf

#cfa677 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfa677 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfa677 Color CSS Codes

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

#cfa677 Text Font Color

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

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


#cfa677 Background Color

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

This div background color is #cfa677


#cfa677 Border Color

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

This div border color is #cfa677


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfa677


Comments

No comments written yet.

Please login to write comment.