Color Hex Logo

#cfb34e Color Hex

#CFB34E
(207,179,78)
0 Favorites   0 Comments

Color spaces of #cfb34e

RGB 20717978
HSL0.130.570.56
HSV47°62°81°
CMYK 0.000.140.62   0.19
XYZ43.227446.055713.8190
Yxy46.05570.41930.4467
Hunter Lab67.8643-5.063935.4320
CIE-Lab73.5817-1.615653.9428

#cfb34e color RGB value is (207,179,78).

#cfb34e hex color red value is 207, green value is 179 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #cfb34e hue: 0.13 , saturation: 0.57 and the lightness value of cfb34e is 0.56.

The process color (four color CMYK) of #cfb34e color hex is 0.00, 0.14, 0.62, 0.19. Web safe color of #cfb34e is #cccc66. Color #cfb34e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10110011 01001110
Octal 317 263 116
Decimal 207 179 78
Hex CF B3 4E

RGB Percentages of Color #cfb34e

%44.61
%38.58
%16.81

CMYK Percentages of Color #cfb34e

%0
%14
%62
%19

Triadic Colors of #cfb34e

#cfb34e #4ecfb3 #b34ecf

Analogous Colors of #cfb34e

#cfb34e #abcf4e #cf734e

Monochromatic Colors of #cfb34e

#cfb34e

Complementary Color

#cfb34e #4e6acf

#cfb34e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfb34e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfb34e Color CSS Codes

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

#cfb34e Text Font Color

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

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


#cfb34e Background Color

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

This div background color is #cfb34e


#cfb34e Border Color

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

This div border color is #cfb34e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfb34e


Comments

No comments written yet.

Please login to write comment.