Color Hex Logo

#cfb089 Color Hex

#CFB089
(207,176,137)
0 Favorites   0 Comments

Color spaces of #cfb089

RGB 207176137
HSL0.090.420.67
HSV33°34°81°
CMYK 0.000.150.34   0.19
XYZ45.772846.122230.1569
Yxy46.12220.37500.3779
Hunter Lab67.91331.458621.2116
CIE-Lab73.62485.602424.1571

#cfb089 color RGB value is (207,176,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10110000 10001001
Octal 317 260 211
Decimal 207 176 137
Hex CF B0 89

RGB Percentages of Color #cfb089

%39.81
%33.85
%26.35

CMYK Percentages of Color #cfb089

%0
%15
%34
%19

Triadic Colors of #cfb089

#cfb089 #89cfb0 #b089cf

Analogous Colors of #cfb089

#cfb089 #cbcf89 #cf8d89

Monochromatic Colors of #cfb089

#cfb089

Complementary Color

#cfb089 #89a8cf

#cfb089 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfb089 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfb089 Color CSS Codes

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

#cfb089 Text Font Color

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

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


#cfb089 Background Color

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

This div background color is #cfb089


#cfb089 Border Color

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

This div border color is #cfb089


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfb089


Comments

No comments written yet.

Please login to write comment.