Color Hex Logo

#cfb76a Color Hex

#CFB76A
(207,183,106)
0 Favorites   0 Comments

Color spaces of #cfb76a

RGB 207183106
HSL0.130.510.61
HSV46°49°81°
CMYK 0.000.120.49   0.19
XYZ45.267148.173020.5482
Yxy48.17300.39710.4226
Hunter Lab69.4068-5.044131.0317
CIE-Lab74.9339-1.489142.0638

#cfb76a color RGB value is (207,183,106).

#cfb76a hex color red value is 207, green value is 183 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #cfb76a hue: 0.13 , saturation: 0.51 and the lightness value of cfb76a is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10110111 01101010
Octal 317 267 152
Decimal 207 183 106
Hex CF B7 6A

RGB Percentages of Color #cfb76a

%41.73
%36.90
%21.37

CMYK Percentages of Color #cfb76a

%0
%12
%49
%19

Triadic Colors of #cfb76a

#cfb76a #6acfb7 #b76acf

Analogous Colors of #cfb76a

#cfb76a #b5cf6a #cf856a

Monochromatic Colors of #cfb76a

#cfb76a

Complementary Color

#cfb76a #6a82cf

#cfb76a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfb76a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfb76a Color CSS Codes

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

#cfb76a Text Font Color

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

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


#cfb76a Background Color

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

This div background color is #cfb76a


#cfb76a Border Color

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

This div border color is #cfb76a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfb76a


Comments

No comments written yet.

Please login to write comment.