Color Hex Logo

#cfb650 Color Hex

#CFB650
(207,182,80)
0 Favorites   0 Comments

Color spaces of #cfb650

RGB 20718280
HSL0.130.570.56
HSV48°61°81°
CMYK 0.000.120.61   0.19
XYZ43.908047.300514.4051
Yxy47.30050.41570.4479
Hunter Lab68.7754-6.397835.7244
CIE-Lab74.3816-3.055953.9206

#cfb650 color RGB value is (207,182,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10110110 01010000
Octal 317 266 120
Decimal 207 182 80
Hex CF B6 50

RGB Percentages of Color #cfb650

%44.14
%38.81
%17.06

CMYK Percentages of Color #cfb650

%0
%12
%61
%19

Triadic Colors of #cfb650

#cfb650 #50cfb6 #b650cf

Analogous Colors of #cfb650

#cfb650 #a9cf50 #cf7750

Monochromatic Colors of #cfb650

#cfb650

Complementary Color

#cfb650 #5069cf

#cfb650 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfb650 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfb650 Color CSS Codes

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

#cfb650 Text Font Color

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

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


#cfb650 Background Color

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

This div background color is #cfb650


#cfb650 Border Color

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

This div border color is #cfb650


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfb650


Comments

No comments written yet.

Please login to write comment.