Color Hex Logo

#cfb771 Color Hex

#CFB771
(207,183,113)
0 Favorites   0 Comments

Color spaces of #cfb771

RGB 207183113
HSL0.120.490.63
HSV45°45°81°
CMYK 0.000.120.45   0.19
XYZ45.646248.324622.5446
Yxy48.32460.39180.4147
Hunter Lab69.5159-4.444429.4329
CIE-Lab75.0292-0.812938.6271

#cfb771 color RGB value is (207,183,113).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10110111 01110001
Octal 317 267 161
Decimal 207 183 113
Hex CF B7 71

RGB Percentages of Color #cfb771

%41.15
%36.38
%22.47

CMYK Percentages of Color #cfb771

%0
%12
%45
%19

Triadic Colors of #cfb771

#cfb771 #71cfb7 #b771cf

Analogous Colors of #cfb771

#cfb771 #b8cf71 #cf8871

Monochromatic Colors of #cfb771

#cfb771

Complementary Color

#cfb771 #7189cf

#cfb771 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfb771 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfb771 Color CSS Codes

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

#cfb771 Text Font Color

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

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


#cfb771 Background Color

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

This div background color is #cfb771


#cfb771 Border Color

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

This div border color is #cfb771


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfb771


Comments

No comments written yet.

Please login to write comment.