Color Hex Logo

#cfb06d Color Hex

#CFB06D
(207,176,109)
0 Favorites   0 Comments

Color spaces of #cfb06d

RGB 207176109
HSL0.110.510.62
HSV41°47°81°
CMYK 0.000.150.47   0.19
XYZ44.017845.420220.9150
Yxy45.42020.39890.4116
Hunter Lab67.3945-1.355628.7763
CIE-Lab73.16772.498138.3401

#cfb06d color RGB value is (207,176,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10110000 01101101
Octal 317 260 155
Decimal 207 176 109
Hex CF B0 6D

RGB Percentages of Color #cfb06d

%42.07
%35.77
%22.15

CMYK Percentages of Color #cfb06d

%0
%15
%47
%19

Triadic Colors of #cfb06d

#cfb06d #6dcfb0 #b06dcf

Analogous Colors of #cfb06d

#cfb06d #bdcf6d #cf7f6d

Monochromatic Colors of #cfb06d

#cfb06d

Complementary Color

#cfb06d #6d8ccf

#cfb06d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfb06d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfb06d Color CSS Codes

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

#cfb06d Text Font Color

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

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


#cfb06d Background Color

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

This div background color is #cfb06d


#cfb06d Border Color

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

This div border color is #cfb06d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfb06d


Comments

No comments written yet.

Please login to write comment.