Color Hex Logo

#cfc698 Color Hex

#CFC698
(207,198,152)
0 Favorites   0 Comments

Color spaces of #cfc698

RGB 207198152
HSL0.140.360.70
HSV50°27°81°
CMYK 0.000.040.27   0.19
XYZ51.593755.920637.7802
Yxy55.92060.35510.3849
Hunter Lab74.7801-7.711022.3917
CIE-Lab79.5686-4.062724.2341

#cfc698 color RGB value is (207,198,152).

#cfc698 hex color red value is 207, green value is 198 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #cfc698 hue: 0.14 , saturation: 0.36 and the lightness value of cfc698 is 0.70.

The process color (four color CMYK) of #cfc698 color hex is 0.00, 0.04, 0.27, 0.19. Web safe color of #cfc698 is #cccc99. Color #cfc698 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11000110 10011000
Octal 317 306 230
Decimal 207 198 152
Hex CF C6 98

RGB Percentages of Color #cfc698

%37.16
%35.55
%27.29

CMYK Percentages of Color #cfc698

%0
%4
%27
%19

Triadic Colors of #cfc698

#cfc698 #98cfc6 #c698cf

Analogous Colors of #cfc698

#cfc698 #bdcf98 #cfab98

Monochromatic Colors of #cfc698

#cfc698

Complementary Color

#cfc698 #98a1cf

#cfc698 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfc698 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfc698 Color CSS Codes

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

#cfc698 Text Font Color

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

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


#cfc698 Background Color

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

This div background color is #cfc698


#cfc698 Border Color

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

This div border color is #cfc698


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfc698


Comments

No comments written yet.

Please login to write comment.