Color Hex Logo

#cf986d Color Hex

#CF986D
(207,152,109)
0 Favorites   0 Comments

Color spaces of #cf986d

RGB 207152109
HSL0.070.510.62
HSV26°47°81°
CMYK 0.000.270.47   0.19
XYZ39.720736.826019.4826
Yxy36.82600.41360.3835
Hunter Lab60.684410.638623.4442
CIE-Lab67.146315.431130.6552

#cf986d color RGB value is (207,152,109).

#cf986d hex color red value is 207, green value is 152 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #cf986d hue: 0.07 , saturation: 0.51 and the lightness value of cf986d is 0.62.

The process color (four color CMYK) of #cf986d color hex is 0.00, 0.27, 0.47, 0.19. Web safe color of #cf986d is #cc9966. Color #cf986d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10011000 01101101
Octal 317 230 155
Decimal 207 152 109
Hex CF 98 6D

RGB Percentages of Color #cf986d

%44.23
%32.48
%23.29

CMYK Percentages of Color #cf986d

%0
%27
%47
%19

Triadic Colors of #cf986d

#cf986d #6dcf98 #986dcf

Analogous Colors of #cf986d

#cf986d #cfc96d #cf6d73

Monochromatic Colors of #cf986d

#cf986d

Complementary Color

#cf986d #6da4cf

#cf986d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf986d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf986d Color CSS Codes

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

#cf986d Text Font Color

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

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


#cf986d Background Color

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

This div background color is #cf986d


#cf986d Border Color

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

This div border color is #cf986d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf986d


Comments

No comments written yet.

Please login to write comment.