Color Hex Logo

#cfb00d Color Hex

#CFB00D
(207,176,13)
0 Favorites   0 Comments

Color spaces of #cfb00d

RGB 20717613
HSL0.140.880.43
HSV50°94°81°
CMYK 0.000.150.94   0.19
XYZ41.330144.34516.7619
Yxy44.34510.44710.4797
Hunter Lab66.5921-5.751040.5941
CIE-Lab72.4586-2.484573.3134

#cfb00d color RGB value is (207,176,13).

#cfb00d hex color red value is 207, green value is 176 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #cfb00d hue: 0.14 , saturation: 0.88 and the lightness value of cfb00d is 0.43.

The process color (four color CMYK) of #cfb00d color hex is 0.00, 0.15, 0.94, 0.19. Web safe color of #cfb00d is #cc9900. Color #cfb00d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10110000 00001101
Octal 317 260 15
Decimal 207 176 13
Hex CF B0 D

RGB Percentages of Color #cfb00d

%52.27
%44.44
%3.28

CMYK Percentages of Color #cfb00d

%0
%15
%94
%19

Triadic Colors of #cfb00d

#cfb00d #0dcfb0 #b00dcf

Analogous Colors of #cfb00d

#cfb00d #8dcf0d #cf4f0d

Monochromatic Colors of #cfb00d

#cfb00d

Complementary Color

#cfb00d #0d2ccf

#cfb00d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfb00d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfb00d Color CSS Codes

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

#cfb00d Text Font Color

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

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


#cfb00d Background Color

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

This div background color is #cfb00d


#cfb00d Border Color

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

This div border color is #cfb00d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfb00d


Comments

No comments written yet.

Please login to write comment.