Color Hex Logo

#cfa69e Color Hex

#CFA69E
(207,166,158)
0 Favorites   0 Comments

Color spaces of #cfa69e

RGB 207166158
HSL0.030.340.72
HSV10°24°81°
CMYK 0.000.200.24   0.19
XYZ45.539943.006538.2486
Yxy43.00650.35920.3392
Hunter Lab65.57939.190911.3251
CIE-Lab71.559413.83919.8466

#cfa69e color RGB value is (207,166,158).

#cfa69e hex color red value is 207, green value is 166 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #cfa69e hue: 0.03 , saturation: 0.34 and the lightness value of cfa69e is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10100110 10011110
Octal 317 246 236
Decimal 207 166 158
Hex CF A6 9E

RGB Percentages of Color #cfa69e

%38.98
%31.26
%29.76

CMYK Percentages of Color #cfa69e

%0
%20
%24
%19

Triadic Colors of #cfa69e

#cfa69e #9ecfa6 #a69ecf

Analogous Colors of #cfa69e

#cfa69e #cfbf9e #cf9eaf

Monochromatic Colors of #cfa69e

#cfa69e

Complementary Color

#cfa69e #9ec7cf

#cfa69e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfa69e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfa69e Color CSS Codes

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

#cfa69e Text Font Color

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

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


#cfa69e Background Color

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

This div background color is #cfa69e


#cfa69e Border Color

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

This div border color is #cfa69e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfa69e


Comments

No comments written yet.

Please login to write comment.