color codes Logo

#cfb65e color codes

#CFB65E
(207,182,94)
0 Favorites   0 Comments

Color spaces of #cfb65e

RGB 20718294
HSL0.130.540.59
HSV47°55°81°
CMYK 0.000.120.55   0.19
XYZ44.480547.529417.4194
Yxy47.52940.40650.4343
Hunter Lab68.9416-5.481133.2784
CIE-Lab74.5271-2.010747.5085

#cfb65e color RGB value is (207,182,94).

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

The process color (four color CMYK) of #cfb65e color code is 0.00, 0.12, 0.55, 0.19. Web safe color of #cfb65e is #cccc66. Color #cfb65e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10110110 01011110
Octal 317 266 136
Decimal 207 182 94
Hex CF B6 5E

RGB Percentages of Color #cfb65e

%42.86
%37.68
%19.46

CMYK Percentages of Color #cfb65e

%0
%12
%55
%19

Triadic Colors of #cfb65e

#cfb65e #5ecfb6 #b65ecf

Analogous Colors of #cfb65e

#cfb65e #b0cf5e #cf7e5e

Monochromatic Colors of #cfb65e

#cfb65e

Complementary Color

#cfb65e #5e77cf

#cfb65e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfb65e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfb65e Color CSS Codes

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

#cfb65e Text Font Color

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

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


#cfb65e Background Color

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

This div background color is #cfb65e


#cfb65e Border Color

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

This div border color is #cfb65e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfb65e


Comments

No comments written yet.

Please login to write comment.