Color Hex Logo

#cfab63 Color Hex

#CFAB63
(207,171,99)
0 Favorites   0 Comments

Color spaces of #cfab63

RGB 20717199
HSL0.110.530.60
HSV40°52°81°
CMYK 0.000.170.52   0.19
XYZ42.547243.292117.9181
Yxy43.29210.41010.4172
Hunter Lab65.79670.282029.9116
CIE-Lab71.75284.240141.6987

#cfab63 color RGB value is (207,171,99).

#cfab63 hex color red value is 207, green value is 171 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #cfab63 hue: 0.11 , saturation: 0.53 and the lightness value of cfab63 is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10101011 01100011
Octal 317 253 143
Decimal 207 171 99
Hex CF AB 63

RGB Percentages of Color #cfab63

%43.40
%35.85
%20.75

CMYK Percentages of Color #cfab63

%0
%17
%52
%19

Triadic Colors of #cfab63

#cfab63 #63cfab #ab63cf

Analogous Colors of #cfab63

#cfab63 #bdcf63 #cf7563

Monochromatic Colors of #cfab63

#cfab63

Complementary Color

#cfab63 #6387cf

#cfab63 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfab63 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfab63 Color CSS Codes

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

#cfab63 Text Font Color

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

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


#cfab63 Background Color

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

This div background color is #cfab63


#cfab63 Border Color

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

This div border color is #cfab63


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfab63


Comments

No comments written yet.

Please login to write comment.