Color Hex Logo

#cfab60 Color Hex

#CFAB60
(207,171,96)
0 Favorites   0 Comments

Color spaces of #cfab60

RGB 20717196
HSL0.110.540.59
HSV41°54°81°
CMYK 0.000.170.54   0.19
XYZ42.406443.235717.1766
Yxy43.23570.41240.4205
Hunter Lab65.75390.050130.5396
CIE-Lab71.71473.982043.1662

#cfab60 color RGB value is (207,171,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10101011 01100000
Octal 317 253 140
Decimal 207 171 96
Hex CF AB 60

RGB Percentages of Color #cfab60

%43.67
%36.08
%20.25

CMYK Percentages of Color #cfab60

%0
%17
%54
%19

Triadic Colors of #cfab60

#cfab60 #60cfab #ab60cf

Analogous Colors of #cfab60

#cfab60 #bccf60 #cf7460

Monochromatic Colors of #cfab60

#cfab60

Complementary Color

#cfab60 #6084cf

#cfab60 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfab60 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfab60 Color CSS Codes

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

#cfab60 Text Font Color

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

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


#cfab60 Background Color

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

This div background color is #cfab60


#cfab60 Border Color

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

This div border color is #cfab60


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfab60


Comments

No comments written yet.

Please login to write comment.