Color Hex Logo

#cfba50 Color Hex

#CFBA50
(207,186,80)
0 Favorites   0 Comments

Color spaces of #cfba50

RGB 20718680
HSL0.140.570.56
HSV50°61°81°
CMYK 0.000.100.61   0.19
XYZ44.739048.962414.6821
Yxy48.96240.41280.4518
Hunter Lab69.9731-8.324736.5407
CIE-Lab75.4279-5.142955.0756

#cfba50 color RGB value is (207,186,80).

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

The process color (four color CMYK) of #cfba50 color hex is 0.00, 0.10, 0.61, 0.19. Web safe color of #cfba50 is #cccc66. Color #cfba50 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10111010 01010000
Octal 317 272 120
Decimal 207 186 80
Hex CF BA 50

RGB Percentages of Color #cfba50

%43.76
%39.32
%16.91

CMYK Percentages of Color #cfba50

%0
%10
%61
%19

Triadic Colors of #cfba50

#cfba50 #50cfba #ba50cf

Analogous Colors of #cfba50

#cfba50 #a5cf50 #cf7b50

Monochromatic Colors of #cfba50

#cfba50

Complementary Color

#cfba50 #5065cf

#cfba50 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfba50 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfba50 Color CSS Codes

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

#cfba50 Text Font Color

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

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


#cfba50 Background Color

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

This div background color is #cfba50


#cfba50 Border Color

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

This div border color is #cfba50


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfba50


Comments

No comments written yet.

Please login to write comment.