Color Hex Logo

#cfb050 Color Hex

#CFB050
(207,176,80)
0 Favorites   0 Comments

Color spaces of #cfb050

RGB 20717680
HSL0.130.570.56
HSV45°61°81°
CMYK 0.000.150.61   0.19
XYZ42.705444.895314.0042
Yxy44.89530.42030.4419
Hunter Lab67.0040-3.488834.5108
CIE-Lab72.82290.101052.1876

#cfb050 color RGB value is (207,176,80).

#cfb050 hex color red value is 207, green value is 176 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #cfb050 hue: 0.13 , saturation: 0.57 and the lightness value of cfb050 is 0.56.

The process color (four color CMYK) of #cfb050 color hex is 0.00, 0.15, 0.61, 0.19. Web safe color of #cfb050 is #cc9966. Color #cfb050 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10110000 01010000
Octal 317 260 120
Decimal 207 176 80
Hex CF B0 50

RGB Percentages of Color #cfb050

%44.71
%38.01
%17.28

CMYK Percentages of Color #cfb050

%0
%15
%61
%19

Triadic Colors of #cfb050

#cfb050 #50cfb0 #b050cf

Analogous Colors of #cfb050

#cfb050 #afcf50 #cf7150

Monochromatic Colors of #cfb050

#cfb050

Complementary Color

#cfb050 #506fcf

#cfb050 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfb050 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfb050 Color CSS Codes

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

#cfb050 Text Font Color

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

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


#cfb050 Background Color

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

This div background color is #cfb050


#cfb050 Border Color

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

This div border color is #cfb050


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfb050


Comments

No comments written yet.

Please login to write comment.