Color Hex Logo

#cfab89 Color Hex

#CFAB89
(207,171,137)
0 Favorites   0 Comments

Color spaces of #cfab89

RGB 207171137
HSL0.080.420.67
HSV29°34°81°
CMYK 0.000.170.34   0.19
XYZ44.810444.197429.8361
Yxy44.19740.37710.3719
Hunter Lab66.48113.972719.9280
CIE-Lab72.36028.286722.4408

#cfab89 color RGB value is (207,171,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10101011 10001001
Octal 317 253 211
Decimal 207 171 137
Hex CF AB 89

RGB Percentages of Color #cfab89

%40.19
%33.20
%26.60

CMYK Percentages of Color #cfab89

%0
%17
%34
%19

Triadic Colors of #cfab89

#cfab89 #89cfab #ab89cf

Analogous Colors of #cfab89

#cfab89 #cfce89 #cf898a

Monochromatic Colors of #cfab89

#cfab89

Complementary Color

#cfab89 #89adcf

#cfab89 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfab89 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfab89 Color CSS Codes

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

#cfab89 Text Font Color

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

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


#cfab89 Background Color

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

This div background color is #cfab89


#cfab89 Border Color

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

This div border color is #cfab89


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfab89


Comments

No comments written yet.

Please login to write comment.