Color Hex Logo

#cfb55f Color Hex

#CFB55F
(207,181,95)
0 Favorites   0 Comments

Color spaces of #cfb55f

RGB 20718195
HSL0.130.540.59
HSV46°54°81°
CMYK 0.000.130.54   0.19
XYZ44.321647.139417.5893
Yxy47.13940.40640.4323
Hunter Lab68.6581-4.922832.8714
CIE-Lab74.2788-1.403346.7285

#cfb55f color RGB value is (207,181,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10110101 01011111
Octal 317 265 137
Decimal 207 181 95
Hex CF B5 5F

RGB Percentages of Color #cfb55f

%42.86
%37.47
%19.67

CMYK Percentages of Color #cfb55f

%0
%13
%54
%19

Triadic Colors of #cfb55f

#cfb55f #5fcfb5 #b55fcf

Analogous Colors of #cfb55f

#cfb55f #b1cf5f #cf7d5f

Monochromatic Colors of #cfb55f

#cfb55f

Complementary Color

#cfb55f #5f79cf

#cfb55f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfb55f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfb55f Color CSS Codes

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

#cfb55f Text Font Color

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

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


#cfb55f Background Color

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

This div background color is #cfb55f


#cfb55f Border Color

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

This div border color is #cfb55f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfb55f


Comments

No comments written yet.

Please login to write comment.