Color Hex Logo

#cfb40e Color Hex

#CFB40E
(207,180,14)
0 Favorites   0 Comments

Color spaces of #cfb40e

RGB 20718014
HSL0.140.870.43
HSV52°93°81°
CMYK 0.000.130.93   0.19
XYZ42.132745.93967.0621
Yxy45.93960.44290.4829
Hunter Lab67.7788-7.653541.2675
CIE-Lab73.5063-4.564473.9647

#cfb40e color RGB value is (207,180,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10110100 00001110
Octal 317 264 16
Decimal 207 180 14
Hex CF B4 E

RGB Percentages of Color #cfb40e

%51.62
%44.89
%3.49

CMYK Percentages of Color #cfb40e

%0
%13
%93
%19

Triadic Colors of #cfb40e

#cfb40e #0ecfb4 #b40ecf

Analogous Colors of #cfb40e

#cfb40e #8acf0e #cf540e

Monochromatic Colors of #cfb40e

#cfb40e

Complementary Color

#cfb40e #0e29cf

#cfb40e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfb40e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfb40e Color CSS Codes

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

#cfb40e Text Font Color

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

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


#cfb40e Background Color

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

This div background color is #cfb40e


#cfb40e Border Color

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

This div border color is #cfb40e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfb40e


Comments

No comments written yet.

Please login to write comment.