Color Hex Logo

#cfc98d Color Hex

#CFC98D
(207,201,141)
0 Favorites   0 Comments

Color spaces of #cfc98d

RGB 207201141
HSL0.150.410.68
HSV55°32°81°
CMYK 0.000.030.32   0.19
XYZ51.426556.961833.4836
Yxy56.96180.36250.4015
Hunter Lab75.4730-10.449926.5271
CIE-Lab80.1581-7.044730.7939

#cfc98d color RGB value is (207,201,141).

#cfc98d hex color red value is 207, green value is 201 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #cfc98d hue: 0.15 , saturation: 0.41 and the lightness value of cfc98d is 0.68.

The process color (four color CMYK) of #cfc98d color hex is 0.00, 0.03, 0.32, 0.19. Web safe color of #cfc98d is #cccc99. Color #cfc98d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11001001 10001101
Octal 317 311 215
Decimal 207 201 141
Hex CF C9 8D

RGB Percentages of Color #cfc98d

%37.70
%36.61
%25.68

CMYK Percentages of Color #cfc98d

%0
%3
%32
%19

Triadic Colors of #cfc98d

#cfc98d #8dcfc9 #c98dcf

Analogous Colors of #cfc98d

#cfc98d #b4cf8d #cfa88d

Monochromatic Colors of #cfc98d

#cfc98d

Complementary Color

#cfc98d #8d93cf

#cfc98d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfc98d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfc98d Color CSS Codes

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

#cfc98d Text Font Color

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

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


#cfc98d Background Color

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

This div background color is #cfc98d


#cfc98d Border Color

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

This div border color is #cfc98d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfc98d


Comments

No comments written yet.

Please login to write comment.