Color Hex Logo

#cfa38a Color Hex

#CFA38A
(207,163,138)
0 Favorites   0 Comments

Color spaces of #cfa38a

RGB 207163138
HSL0.060.420.68
HSV22°33°81°
CMYK 0.000.210.33   0.19
XYZ43.416841.294829.7271
Yxy41.29480.37940.3608
Hunter Lab64.26108.143517.5552
CIE-Lab70.382012.737019.1884

#cfa38a color RGB value is (207,163,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10100011 10001010
Octal 317 243 212
Decimal 207 163 138
Hex CF A3 8A

RGB Percentages of Color #cfa38a

%40.75
%32.09
%27.17

CMYK Percentages of Color #cfa38a

%0
%21
%33
%19

Triadic Colors of #cfa38a

#cfa38a #8acfa3 #a38acf

Analogous Colors of #cfa38a

#cfa38a #cfc68a #cf8a94

Monochromatic Colors of #cfa38a

#cfa38a

Complementary Color

#cfa38a #8ab6cf

#cfa38a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfa38a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfa38a Color CSS Codes

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

#cfa38a Text Font Color

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

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


#cfa38a Background Color

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

This div background color is #cfa38a


#cfa38a Border Color

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

This div border color is #cfa38a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfa38a


Comments

No comments written yet.

Please login to write comment.