Color Hex Logo

#cfa788 Color Hex

#CFA788
(207,167,136)
0 Favorites   0 Comments

Color spaces of #cfa788

RGB 207167136
HSL0.070.430.67
HSV26°34°81°
CMYK 0.000.190.34   0.19
XYZ43.994842.680429.2119
Yxy42.68040.37960.3683
Hunter Lab65.33025.877919.2201
CIE-Lab71.337510.319521.5898

#cfa788 color RGB value is (207,167,136).

#cfa788 hex color red value is 207, green value is 167 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #cfa788 hue: 0.07 , saturation: 0.43 and the lightness value of cfa788 is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10100111 10001000
Octal 317 247 210
Decimal 207 167 136
Hex CF A7 88

RGB Percentages of Color #cfa788

%40.59
%32.75
%26.67

CMYK Percentages of Color #cfa788

%0
%19
%34
%19

Triadic Colors of #cfa788

#cfa788 #88cfa7 #a788cf

Analogous Colors of #cfa788

#cfa788 #cfcb88 #cf888d

Monochromatic Colors of #cfa788

#cfa788

Complementary Color

#cfa788 #88b0cf

#cfa788 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfa788 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfa788 Color CSS Codes

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

#cfa788 Text Font Color

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

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


#cfa788 Background Color

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

This div background color is #cfa788


#cfa788 Border Color

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

This div border color is #cfa788


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfa788


Comments

No comments written yet.

Please login to write comment.