Color Hex Logo

#cfb55e Color Hex

#CFB55E
(207,181,94)
0 Favorites   0 Comments

Color spaces of #cfb55e

RGB 20718194
HSL0.130.540.59
HSV46°55°81°
CMYK 0.000.130.55   0.19
XYZ44.276447.121317.3514
Yxy47.12130.40710.4333
Hunter Lab68.6450-4.995133.0647
CIE-Lab74.2673-1.485447.2019

#cfb55e color RGB value is (207,181,94).

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

The process color (four color CMYK) of #cfb55e color hex is 0.00, 0.13, 0.55, 0.19. Web safe color of #cfb55e is #cccc66. Color #cfb55e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10110101 01011110
Octal 317 265 136
Decimal 207 181 94
Hex CF B5 5E

RGB Percentages of Color #cfb55e

%42.95
%37.55
%19.50

CMYK Percentages of Color #cfb55e

%0
%13
%55
%19

Triadic Colors of #cfb55e

#cfb55e #5ecfb5 #b55ecf

Analogous Colors of #cfb55e

#cfb55e #b1cf5e #cf7d5e

Monochromatic Colors of #cfb55e

#cfb55e

Complementary Color

#cfb55e #5e78cf

#cfb55e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfb55e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfb55e Color CSS Codes

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

#cfb55e Text Font Color

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

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


#cfb55e Background Color

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

This div background color is #cfb55e


#cfb55e Border Color

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

This div border color is #cfb55e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfb55e


Comments

No comments written yet.

Please login to write comment.