Color Hex Logo

#cfab7b Color Hex

#CFAB7B
(207,171,123)
0 Favorites   0 Comments

Color spaces of #cfab7b

RGB 207171123
HSL0.100.470.65
HSV34°41°81°
CMYK 0.000.170.41   0.19
XYZ43.870243.821324.8850
Yxy43.82130.38970.3893
Hunter Lab66.19772.448824.0501
CIE-Lab72.10896.629129.6318

#cfab7b color RGB value is (207,171,123).

#cfab7b hex color red value is 207, green value is 171 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #cfab7b hue: 0.10 , saturation: 0.47 and the lightness value of cfab7b is 0.65.

The process color (four color CMYK) of #cfab7b color hex is 0.00, 0.17, 0.41, 0.19. Web safe color of #cfab7b is #cc9966. Color #cfab7b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10101011 01111011
Octal 317 253 173
Decimal 207 171 123
Hex CF AB 7B

RGB Percentages of Color #cfab7b

%41.32
%34.13
%24.55

CMYK Percentages of Color #cfab7b

%0
%17
%41
%19

Triadic Colors of #cfab7b

#cfab7b #7bcfab #ab7bcf

Analogous Colors of #cfab7b

#cfab7b #c9cf7b #cf817b

Monochromatic Colors of #cfab7b

#cfab7b

Complementary Color

#cfab7b #7b9fcf

#cfab7b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfab7b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfab7b Color CSS Codes

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

#cfab7b Text Font Color

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

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


#cfab7b Background Color

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

This div background color is #cfab7b


#cfab7b Border Color

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

This div border color is #cfab7b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfab7b


Comments

No comments written yet.

Please login to write comment.