Color Hex Logo

#cfa488 Color Hex

#CFA488
(207,164,136)
0 Favorites   0 Comments

Color spaces of #cfa488

RGB 207164136
HSL0.070.430.67
HSV24°34°81°
CMYK 0.000.210.34   0.19
XYZ43.451541.593929.0308
Yxy41.59390.38090.3646
Hunter Lab64.49337.398618.4567
CIE-Lab70.590011.942720.5681

#cfa488 color RGB value is (207,164,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10100100 10001000
Octal 317 244 210
Decimal 207 164 136
Hex CF A4 88

RGB Percentages of Color #cfa488

%40.83
%32.35
%26.82

CMYK Percentages of Color #cfa488

%0
%21
%34
%19

Triadic Colors of #cfa488

#cfa488 #88cfa4 #a488cf

Analogous Colors of #cfa488

#cfa488 #cfc888 #cf8890

Monochromatic Colors of #cfa488

#cfa488

Complementary Color

#cfa488 #88b3cf

#cfa488 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfa488 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfa488 Color CSS Codes

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

#cfa488 Text Font Color

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

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


#cfa488 Background Color

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

This div background color is #cfa488


#cfa488 Border Color

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

This div border color is #cfa488


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfa488


Comments

No comments written yet.

Please login to write comment.