Color Hex Logo

#cfb68d Color Hex

#CFB68D
(207,182,141)
0 Favorites   0 Comments

Color spaces of #cfb68d

RGB 207182141
HSL0.100.410.68
HSV37°32°81°
CMYK 0.000.120.32   0.19
XYZ47.267848.644432.0973
Yxy48.64440.36930.3800
Hunter Lab69.7455-1.082021.5363
CIE-Lab75.22962.906324.1858

#cfb68d color RGB value is (207,182,141).

#cfb68d hex color red value is 207, green value is 182 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #cfb68d hue: 0.10 , saturation: 0.41 and the lightness value of cfb68d is 0.68.

The process color (four color CMYK) of #cfb68d color hex is 0.00, 0.12, 0.32, 0.19. Web safe color of #cfb68d is #cccc99. Color #cfb68d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10110110 10001101
Octal 317 266 215
Decimal 207 182 141
Hex CF B6 8D

RGB Percentages of Color #cfb68d

%39.06
%34.34
%26.60

CMYK Percentages of Color #cfb68d

%0
%12
%32
%19

Triadic Colors of #cfb68d

#cfb68d #8dcfb6 #b68dcf

Analogous Colors of #cfb68d

#cfb68d #c7cf8d #cf958d

Monochromatic Colors of #cfb68d

#cfb68d

Complementary Color

#cfb68d #8da6cf

#cfb68d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfb68d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfb68d Color CSS Codes

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

#cfb68d Text Font Color

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

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


#cfb68d Background Color

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

This div background color is #cfb68d


#cfb68d Border Color

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

This div border color is #cfb68d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfb68d


Comments

No comments written yet.

Please login to write comment.