Color Hex Logo

#cfb665 Color Hex

#CFB665
(207,182,101)
0 Favorites   0 Comments

Color spaces of #cfb665

RGB 207182101
HSL0.130.520.60
HSV46°51°81°
CMYK 0.000.120.51   0.19
XYZ44.809047.660919.1497
Yxy47.66090.40140.4270
Hunter Lab69.0369-4.957531.8797
CIE-Lab74.6105-1.416944.1702

#cfb665 color RGB value is (207,182,101).

#cfb665 hex color red value is 207, green value is 182 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #cfb665 hue: 0.13 , saturation: 0.52 and the lightness value of cfb665 is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10110110 01100101
Octal 317 266 145
Decimal 207 182 101
Hex CF B6 65

RGB Percentages of Color #cfb665

%42.24
%37.14
%20.61

CMYK Percentages of Color #cfb665

%0
%12
%51
%19

Triadic Colors of #cfb665

#cfb665 #65cfb6 #b665cf

Analogous Colors of #cfb665

#cfb665 #b3cf65 #cf8165

Monochromatic Colors of #cfb665

#cfb665

Complementary Color

#cfb665 #657ecf

#cfb665 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfb665 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfb665 Color CSS Codes

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

#cfb665 Text Font Color

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

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


#cfb665 Background Color

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

This div background color is #cfb665


#cfb665 Border Color

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

This div border color is #cfb665


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfb665


Comments

No comments written yet.

Please login to write comment.