Color Hex Logo

#cfa68e Color Hex

#CFA68E
(207,166,142)
0 Favorites   0 Comments

Color spaces of #cfa68e

RGB 207166142
HSL0.060.400.68
HSV22°31°81°
CMYK 0.000.200.31   0.19
XYZ44.250842.490831.4605
Yxy42.49080.37440.3595
Hunter Lab65.18507.101017.0141
CIE-Lab71.208011.626618.1382

#cfa68e color RGB value is (207,166,142).

#cfa68e hex color red value is 207, green value is 166 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #cfa68e hue: 0.06 , saturation: 0.40 and the lightness value of cfa68e is 0.68.

The process color (four color CMYK) of #cfa68e color hex is 0.00, 0.20, 0.31, 0.19. Web safe color of #cfa68e is #cc9999. Color #cfa68e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10100110 10001110
Octal 317 246 216
Decimal 207 166 142
Hex CF A6 8E

RGB Percentages of Color #cfa68e

%40.19
%32.23
%27.57

CMYK Percentages of Color #cfa68e

%0
%20
%31
%19

Triadic Colors of #cfa68e

#cfa68e #8ecfa6 #a68ecf

Analogous Colors of #cfa68e

#cfa68e #cfc78e #cf8e97

Monochromatic Colors of #cfa68e

#cfa68e

Complementary Color

#cfa68e #8eb7cf

#cfa68e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfa68e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfa68e Color CSS Codes

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

#cfa68e Text Font Color

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

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


#cfa68e Background Color

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

This div background color is #cfa68e


#cfa68e Border Color

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

This div border color is #cfa68e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfa68e


Comments

No comments written yet.

Please login to write comment.