Color Hex Logo

#cfb289 Color Hex

#CFB289
(207,178,137)
0 Favorites   0 Comments

Color spaces of #cfb289

RGB 207178137
HSL0.100.420.67
HSV35°34°81°
CMYK 0.000.140.34   0.19
XYZ46.167946.912330.2886
Yxy46.91230.37420.3803
Hunter Lab68.49260.457221.7257
CIE-Lab74.13364.533424.8450

#cfb289 color RGB value is (207,178,137).

#cfb289 hex color red value is 207, green value is 178 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #cfb289 hue: 0.10 , saturation: 0.42 and the lightness value of cfb289 is 0.67.

The process color (four color CMYK) of #cfb289 color hex is 0.00, 0.14, 0.34, 0.19. Web safe color of #cfb289 is #cc9999. Color #cfb289 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10110010 10001001
Octal 317 262 211
Decimal 207 178 137
Hex CF B2 89

RGB Percentages of Color #cfb289

%39.66
%34.10
%26.25

CMYK Percentages of Color #cfb289

%0
%14
%34
%19

Triadic Colors of #cfb289

#cfb289 #89cfb2 #b289cf

Analogous Colors of #cfb289

#cfb289 #c9cf89 #cf8f89

Monochromatic Colors of #cfb289

#cfb289

Complementary Color

#cfb289 #89a6cf

#cfb289 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfb289 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfb289 Color CSS Codes

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

#cfb289 Text Font Color

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

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


#cfb289 Background Color

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

This div background color is #cfb289


#cfb289 Border Color

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

This div border color is #cfb289


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfb289


Comments

No comments written yet.

Please login to write comment.