Color Hex Logo

#cfbb0d Color Hex

#CFBB0D
(207,187,13)
0 Favorites   0 Comments

Color spaces of #cfbb0d

RGB 20718713
HSL0.150.880.43
HSV54°94°81°
CMYK 0.000.100.94   0.19
XYZ43.575148.83517.5102
Yxy48.83510.43610.4887
Hunter Lab69.8821-10.989842.5456
CIE-Lab75.3486-8.203675.4762

#cfbb0d color RGB value is (207,187,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10111011 00001101
Octal 317 273 15
Decimal 207 187 13
Hex CF BB D

RGB Percentages of Color #cfbb0d

%50.86
%45.95
%3.19

CMYK Percentages of Color #cfbb0d

%0
%10
%94
%19

Triadic Colors of #cfbb0d

#cfbb0d #0dcfbb #bb0dcf

Analogous Colors of #cfbb0d

#cfbb0d #82cf0d #cf5a0d

Monochromatic Colors of #cfbb0d

#cfbb0d

Complementary Color

#cfbb0d #0d21cf

#cfbb0d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfbb0d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfbb0d Color CSS Codes

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

#cfbb0d Text Font Color

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

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


#cfbb0d Background Color

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

This div background color is #cfbb0d


#cfbb0d Border Color

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

This div border color is #cfbb0d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfbb0d


Comments

No comments written yet.

Please login to write comment.