Color Hex Logo

#cfa890 Color Hex

#CFA890
(207,168,144)
0 Favorites   0 Comments

Color spaces of #cfa890

RGB 207168144
HSL0.060.400.69
HSV23°30°81°
CMYK 0.000.190.30   0.19
XYZ44.768843.284332.3807
Yxy43.28430.37170.3594
Hunter Lab65.79086.330316.8724
CIE-Lab71.747510.807317.7916

#cfa890 color RGB value is (207,168,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10101000 10010000
Octal 317 250 220
Decimal 207 168 144
Hex CF A8 90

RGB Percentages of Color #cfa890

%39.88
%32.37
%27.75

CMYK Percentages of Color #cfa890

%0
%19
%30
%19

Triadic Colors of #cfa890

#cfa890 #90cfa8 #a890cf

Analogous Colors of #cfa890

#cfa890 #cfc890 #cf9098

Monochromatic Colors of #cfa890

#cfa890

Complementary Color

#cfa890 #90b7cf

#cfa890 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfa890 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfa890 Color CSS Codes

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

#cfa890 Text Font Color

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

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


#cfa890 Background Color

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

This div background color is #cfa890


#cfa890 Border Color

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

This div border color is #cfa890


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfa890


Comments

No comments written yet.

Please login to write comment.