Color Hex Logo

#cfa48a Color Hex

#CFA48A
(207,164,138)
0 Favorites   0 Comments

Color spaces of #cfa48a

RGB 207164138
HSL0.060.420.68
HSV23°33°81°
CMYK 0.000.210.33   0.19
XYZ43.595041.651329.7866
Yxy41.65130.37900.3621
Hunter Lab64.53787.634717.8119
CIE-Lab70.629812.194719.5292

#cfa48a color RGB value is (207,164,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10100100 10001010
Octal 317 244 212
Decimal 207 164 138
Hex CF A4 8A

RGB Percentages of Color #cfa48a

%40.67
%32.22
%27.11

CMYK Percentages of Color #cfa48a

%0
%21
%33
%19

Triadic Colors of #cfa48a

#cfa48a #8acfa4 #a48acf

Analogous Colors of #cfa48a

#cfa48a #cfc78a #cf8a93

Monochromatic Colors of #cfa48a

#cfa48a

Complementary Color

#cfa48a #8ab5cf

#cfa48a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfa48a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfa48a Color CSS Codes

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

#cfa48a Text Font Color

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

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


#cfa48a Background Color

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

This div background color is #cfa48a


#cfa48a Border Color

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

This div border color is #cfa48a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfa48a


Comments

No comments written yet.

Please login to write comment.