Color Hex Logo

#cfb770 Color Hex

#CFB770
(207,183,112)
0 Favorites   0 Comments

Color spaces of #cfb770

RGB 207183112
HSL0.120.500.63
HSV45°46°81°
CMYK 0.000.120.46   0.19
XYZ45.590248.302222.2496
Yxy48.30220.39250.4159
Hunter Lab69.4998-4.532929.6688
CIE-Lab75.0151-0.912439.1212

#cfb770 color RGB value is (207,183,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10110111 01110000
Octal 317 267 160
Decimal 207 183 112
Hex CF B7 70

RGB Percentages of Color #cfb770

%41.24
%36.45
%22.31

CMYK Percentages of Color #cfb770

%0
%12
%46
%19

Triadic Colors of #cfb770

#cfb770 #70cfb7 #b770cf

Analogous Colors of #cfb770

#cfb770 #b8cf70 #cf8870

Monochromatic Colors of #cfb770

#cfb770

Complementary Color

#cfb770 #7088cf

#cfb770 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfb770 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfb770 Color CSS Codes

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

#cfb770 Text Font Color

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

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


#cfb770 Background Color

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

This div background color is #cfb770


#cfb770 Border Color

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

This div border color is #cfb770


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfb770


Comments

No comments written yet.

Please login to write comment.