Color Hex Logo

#cfb50f Color Hex

#CFB50F
(207,181,15)
0 Favorites   0 Comments

Color spaces of #cfb50f

RGB 20718115
HSL0.140.860.44
HSV52°93°81°
CMYK 0.000.130.93   0.19
XYZ42.342246.34767.1663
Yxy46.34760.44170.4835
Hunter Lab68.0791-8.119241.4142
CIE-Lab73.7705-5.072474.0269

#cfb50f color RGB value is (207,181,15).

#cfb50f hex color red value is 207, green value is 181 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #cfb50f hue: 0.14 , saturation: 0.86 and the lightness value of cfb50f is 0.44.

The process color (four color CMYK) of #cfb50f color hex is 0.00, 0.13, 0.93, 0.19. Web safe color of #cfb50f is #cccc00. Color #cfb50f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10110101 00001111
Octal 317 265 17
Decimal 207 181 15
Hex CF B5 F

RGB Percentages of Color #cfb50f

%51.36
%44.91
%3.72

CMYK Percentages of Color #cfb50f

%0
%13
%93
%19

Triadic Colors of #cfb50f

#cfb50f #0fcfb5 #b50fcf

Analogous Colors of #cfb50f

#cfb50f #89cf0f #cf550f

Monochromatic Colors of #cfb50f

#cfb50f

Complementary Color

#cfb50f #0f29cf

#cfb50f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfb50f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfb50f Color CSS Codes

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

#cfb50f Text Font Color

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

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


#cfb50f Background Color

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

This div background color is #cfb50f


#cfb50f Border Color

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

This div border color is #cfb50f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfb50f


Comments

No comments written yet.

Please login to write comment.