Color Hex Logo

#cfbd72 Color Hex

#CFBD72
(207,189,114)
0 Favorites   0 Comments

Color spaces of #cfbd72

RGB 207189114
HSL0.130.490.63
HSV48°45°81°
CMYK 0.000.090.45   0.19
XYZ46.967050.875523.2641
Yxy50.87550.38780.4201
Hunter Lab71.3271-7.284830.5909
CIE-Lab76.6035-3.858040.0959

#cfbd72 color RGB value is (207,189,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10111101 01110010
Octal 317 275 162
Decimal 207 189 114
Hex CF BD 72

RGB Percentages of Color #cfbd72

%40.59
%37.06
%22.35

CMYK Percentages of Color #cfbd72

%0
%9
%45
%19

Triadic Colors of #cfbd72

#cfbd72 #72cfbd #bd72cf

Analogous Colors of #cfbd72

#cfbd72 #b3cf72 #cf8f72

Monochromatic Colors of #cfbd72

#cfbd72

Complementary Color

#cfbd72 #7284cf

#cfbd72 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfbd72 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfbd72 Color CSS Codes

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

#cfbd72 Text Font Color

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

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


#cfbd72 Background Color

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

This div background color is #cfbd72


#cfbd72 Border Color

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

This div border color is #cfbd72


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfbd72


Comments

No comments written yet.

Please login to write comment.