Color Hex Logo

#cfb40b Color Hex

#CFB40B
(207,180,11)
0 Favorites   0 Comments

Color spaces of #cfb40b

RGB 20718011
HSL0.140.900.43
HSV52°95°81°
CMYK 0.000.130.95   0.19
XYZ42.113845.93216.9628
Yxy45.93210.44330.4835
Hunter Lab67.7732-7.684541.3500
CIE-Lab73.5015-4.600574.3347

#cfb40b color RGB value is (207,180,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10110100 00001011
Octal 317 264 13
Decimal 207 180 11
Hex CF B4 B

RGB Percentages of Color #cfb40b

%52.01
%45.23
%2.76

CMYK Percentages of Color #cfb40b

%0
%13
%95
%19

Triadic Colors of #cfb40b

#cfb40b #0bcfb4 #b40bcf

Analogous Colors of #cfb40b

#cfb40b #88cf0b #cf520b

Monochromatic Colors of #cfb40b

#cfb40b

Complementary Color

#cfb40b #0b26cf

#cfb40b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfb40b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfb40b Color CSS Codes

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

#cfb40b Text Font Color

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

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


#cfb40b Background Color

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

This div background color is #cfb40b


#cfb40b Border Color

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

This div border color is #cfb40b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfb40b


Comments

No comments written yet.

Please login to write comment.