Color Hex Logo

#cfbc71 Color Hex

#CFBC71
(207,188,113)
0 Favorites   0 Comments

Color spaces of #cfbc71

RGB 207188113
HSL0.130.490.63
HSV48°45°81°
CMYK 0.000.090.45   0.19
XYZ46.696050.424122.8945
Yxy50.42410.38910.4201
Hunter Lab71.0099-6.886130.5911
CIE-Lab76.3288-3.435740.2589

#cfbc71 color RGB value is (207,188,113).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10111100 01110001
Octal 317 274 161
Decimal 207 188 113
Hex CF BC 71

RGB Percentages of Color #cfbc71

%40.75
%37.01
%22.24

CMYK Percentages of Color #cfbc71

%0
%9
%45
%19

Triadic Colors of #cfbc71

#cfbc71 #71cfbc #bc71cf

Analogous Colors of #cfbc71

#cfbc71 #b3cf71 #cf8d71

Monochromatic Colors of #cfbc71

#cfbc71

Complementary Color

#cfbc71 #7184cf

#cfbc71 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfbc71 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfbc71 Color CSS Codes

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

#cfbc71 Text Font Color

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

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


#cfbc71 Background Color

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

This div background color is #cfbc71


#cfbc71 Border Color

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

This div border color is #cfbc71


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfbc71


Comments

No comments written yet.

Please login to write comment.