Color Hex Logo

#cfb20b Color Hex

#CFB20B
(207,178,11)
0 Favorites   0 Comments

Color spaces of #cfb20b

RGB 20717811
HSL0.140.900.43
HSV51°95°81°
CMYK 0.000.140.95   0.19
XYZ41.712945.13036.8291
Yxy45.13030.44530.4818
Hunter Lab67.1791-6.729040.9982
CIE-Lab72.9776-3.555973.9468

#cfb20b color RGB value is (207,178,11).

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

The process color (four color CMYK) of #cfb20b color hex is 0.00, 0.14, 0.95, 0.19. Web safe color of #cfb20b is #cc9900. Color #cfb20b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10110010 00001011
Octal 317 262 13
Decimal 207 178 11
Hex CF B2 B

RGB Percentages of Color #cfb20b

%52.27
%44.95
%2.78

CMYK Percentages of Color #cfb20b

%0
%14
%95
%19

Triadic Colors of #cfb20b

#cfb20b #0bcfb2 #b20bcf

Analogous Colors of #cfb20b

#cfb20b #8acf0b #cf500b

Monochromatic Colors of #cfb20b

#cfb20b

Complementary Color

#cfb20b #0b28cf

#cfb20b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfb20b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfb20b Color CSS Codes

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

#cfb20b Text Font Color

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

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


#cfb20b Background Color

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

This div background color is #cfb20b


#cfb20b Border Color

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

This div border color is #cfb20b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfb20b


Comments

No comments written yet.

Please login to write comment.