Color Hex Logo

#cfb189 Color Hex

#CFB189
(207,177,137)
0 Favorites   0 Comments

Color spaces of #cfb189

RGB 207177137
HSL0.100.420.67
HSV34°34°81°
CMYK 0.000.140.34   0.19
XYZ45.969646.515830.2225
Yxy46.51580.37460.3791
Hunter Lab68.20250.957621.4686
CIE-Lab73.87905.067524.5009

#cfb189 color RGB value is (207,177,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10110001 10001001
Octal 317 261 211
Decimal 207 177 137
Hex CF B1 89

RGB Percentages of Color #cfb189

%39.73
%33.97
%26.30

CMYK Percentages of Color #cfb189

%0
%14
%34
%19

Triadic Colors of #cfb189

#cfb189 #89cfb1 #b189cf

Analogous Colors of #cfb189

#cfb189 #cacf89 #cf8e89

Monochromatic Colors of #cfb189

#cfb189

Complementary Color

#cfb189 #89a7cf

#cfb189 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfb189 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfb189 Color CSS Codes

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

#cfb189 Text Font Color

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

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


#cfb189 Background Color

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

This div background color is #cfb189


#cfb189 Border Color

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

This div border color is #cfb189


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfb189


Comments

No comments written yet.

Please login to write comment.