Color Hex Logo

#cfbd70 Color Hex

#CFBD70
(207,189,112)
0 Favorites   0 Comments

Color spaces of #cfbd70

RGB 207189112
HSL0.140.500.63
HSV49°46°81°
CMYK 0.000.090.46   0.19
XYZ46.854450.830422.6710
Yxy50.83040.38930.4223
Hunter Lab71.2954-7.459231.0534
CIE-Lab76.5762-4.056241.0735

#cfbd70 color RGB value is (207,189,112).

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

The process color (four color CMYK) of #cfbd70 color hex is 0.00, 0.09, 0.46, 0.19. Web safe color of #cfbd70 is #cccc66. Color #cfbd70 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10111101 01110000
Octal 317 275 160
Decimal 207 189 112
Hex CF BD 70

RGB Percentages of Color #cfbd70

%40.75
%37.20
%22.05

CMYK Percentages of Color #cfbd70

%0
%9
%46
%19

Triadic Colors of #cfbd70

#cfbd70 #70cfbd #bd70cf

Analogous Colors of #cfbd70

#cfbd70 #b2cf70 #cf8e70

Monochromatic Colors of #cfbd70

#cfbd70

Complementary Color

#cfbd70 #7082cf

#cfbd70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfbd70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfbd70 Color CSS Codes

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

#cfbd70 Text Font Color

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

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


#cfbd70 Background Color

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

This div background color is #cfbd70


#cfbd70 Border Color

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

This div border color is #cfbd70


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfbd70


Comments

No comments written yet.

Please login to write comment.