Color Hex Logo

#cfc98a Color Hex

#CFC98A
(207,201,138)
0 Favorites   0 Comments

Color spaces of #cfc98a

RGB 207201138
HSL0.150.420.68
HSV55°33°81°
CMYK 0.000.030.33   0.19
XYZ51.206256.873732.3236
Yxy56.87370.36470.4051
Hunter Lab75.4147-10.775027.3779
CIE-Lab80.1085-7.413532.2857

#cfc98a color RGB value is (207,201,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11001001 10001010
Octal 317 311 212
Decimal 207 201 138
Hex CF C9 8A

RGB Percentages of Color #cfc98a

%37.91
%36.81
%25.27

CMYK Percentages of Color #cfc98a

%0
%3
%33
%19

Triadic Colors of #cfc98a

#cfc98a #8acfc9 #c98acf

Analogous Colors of #cfc98a

#cfc98a #b3cf8a #cfa78a

Monochromatic Colors of #cfc98a

#cfc98a

Complementary Color

#cfc98a #8a90cf

#cfc98a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfc98a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfc98a Color CSS Codes

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

#cfc98a Text Font Color

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

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


#cfc98a Background Color

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

This div background color is #cfc98a


#cfc98a Border Color

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

This div border color is #cfc98a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfc98a


Comments

No comments written yet.

Please login to write comment.