Color Hex Logo

#cfbf0d Color Hex

#CFBF0D
(207,191,13)
0 Favorites   0 Comments

Color spaces of #cfbf0d

RGB 20719113
HSL0.150.880.43
HSV55°94°81°
CMYK 0.000.080.94   0.19
XYZ44.435650.55617.7971
Yxy50.55610.43230.4918
Hunter Lab71.1028-12.876643.2703
CIE-Lab76.4093-10.254376.2736

#cfbf0d color RGB value is (207,191,13).

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

The process color (four color CMYK) of #cfbf0d color hex is 0.00, 0.08, 0.94, 0.19. Web safe color of #cfbf0d is #cccc00. Color #cfbf0d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10111111 00001101
Octal 317 277 15
Decimal 207 191 13
Hex CF BF D

RGB Percentages of Color #cfbf0d

%50.36
%46.47
%3.16

CMYK Percentages of Color #cfbf0d

%0
%8
%94
%19

Triadic Colors of #cfbf0d

#cfbf0d #0dcfbf #bf0dcf

Analogous Colors of #cfbf0d

#cfbf0d #7ecf0d #cf5e0d

Monochromatic Colors of #cfbf0d

#cfbf0d

Complementary Color

#cfbf0d #0d1dcf

#cfbf0d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfbf0d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfbf0d Color CSS Codes

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

#cfbf0d Text Font Color

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

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


#cfbf0d Background Color

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

This div background color is #cfbf0d


#cfbf0d Border Color

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

This div border color is #cfbf0d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfbf0d


Comments

No comments written yet.

Please login to write comment.