Color Hex Logo

#cfab4e Color Hex

#CFAB4E
(207,171,78)
0 Favorites   0 Comments

Color spaces of #cfab4e

RGB 20717178
HSL0.120.570.56
HSV43°62°81°
CMYK 0.000.170.62   0.19
XYZ41.670242.941313.3000
Yxy42.94130.42560.4386
Hunter Lab65.5296-1.168933.8371
CIE-Lab71.51512.618351.6541

#cfab4e color RGB value is (207,171,78).

#cfab4e hex color red value is 207, green value is 171 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #cfab4e hue: 0.12 , saturation: 0.57 and the lightness value of cfab4e is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10101011 01001110
Octal 317 253 116
Decimal 207 171 78
Hex CF AB 4E

RGB Percentages of Color #cfab4e

%45.39
%37.50
%17.11

CMYK Percentages of Color #cfab4e

%0
%17
%62
%19

Triadic Colors of #cfab4e

#cfab4e #4ecfab #ab4ecf

Analogous Colors of #cfab4e

#cfab4e #b3cf4e #cf6b4e

Monochromatic Colors of #cfab4e

#cfab4e

Complementary Color

#cfab4e #4e72cf

#cfab4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfab4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfab4e Color CSS Codes

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

#cfab4e Text Font Color

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

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


#cfab4e Background Color

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

This div background color is #cfab4e


#cfab4e Border Color

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

This div border color is #cfab4e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfab4e


Comments

No comments written yet.

Please login to write comment.