Color Hex Logo

#cfa58e Color Hex

#CFA58E
(207,165,142)
0 Favorites   0 Comments

Color spaces of #cfa58e

RGB 207165142
HSL0.060.400.68
HSV21°31°81°
CMYK 0.000.200.31   0.19
XYZ44.069742.128731.4001
Yxy42.12870.37470.3582
Hunter Lab64.90667.609716.7517
CIE-Lab70.959612.168017.7945

#cfa58e color RGB value is (207,165,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10100101 10001110
Octal 317 245 216
Decimal 207 165 142
Hex CF A5 8E

RGB Percentages of Color #cfa58e

%40.27
%32.10
%27.63

CMYK Percentages of Color #cfa58e

%0
%20
%31
%19

Triadic Colors of #cfa58e

#cfa58e #8ecfa5 #a58ecf

Analogous Colors of #cfa58e

#cfa58e #cfc68e #cf8e98

Monochromatic Colors of #cfa58e

#cfa58e

Complementary Color

#cfa58e #8eb8cf

#cfa58e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfa58e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfa58e Color CSS Codes

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

#cfa58e Text Font Color

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

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


#cfa58e Background Color

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

This div background color is #cfa58e


#cfa58e Border Color

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

This div border color is #cfa58e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(207,165,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 #cfa58e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfa58e


Comments

No comments written yet.

Please login to write comment.