Color Hex Logo

#cfb12e Color Hex

#CFB12E
(207,177,46)
0 Favorites   0 Comments

Color spaces of #cfb12e

RGB 20717746
HSL0.140.640.50
HSV49°78°81°
CMYK 0.000.140.78   0.19
XYZ41.947444.90699.0418
Yxy44.90690.43740.4683
Hunter Lab67.0126-5.537738.9090
CIE-Lab72.8305-2.211365.9002

#cfb12e color RGB value is (207,177,46).

#cfb12e hex color red value is 207, green value is 177 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #cfb12e hue: 0.14 , saturation: 0.64 and the lightness value of cfb12e is 0.50.

The process color (four color CMYK) of #cfb12e color hex is 0.00, 0.14, 0.78, 0.19. Web safe color of #cfb12e is #cc9933. Color #cfb12e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10110001 00101110
Octal 317 261 56
Decimal 207 177 46
Hex CF B1 2E

RGB Percentages of Color #cfb12e

%48.14
%41.16
%10.70

CMYK Percentages of Color #cfb12e

%0
%14
%78
%19

Triadic Colors of #cfb12e

#cfb12e #2ecfb1 #b12ecf

Analogous Colors of #cfb12e

#cfb12e #9dcf2e #cf612e

Monochromatic Colors of #cfb12e

#cfb12e

Complementary Color

#cfb12e #2e4ccf

#cfb12e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfb12e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfb12e Color CSS Codes

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

#cfb12e Text Font Color

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

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


#cfb12e Background Color

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

This div background color is #cfb12e


#cfb12e Border Color

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

This div border color is #cfb12e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfb12e


Comments

No comments written yet.

Please login to write comment.