Color Hex Logo

#cfc495 Color Hex

#CFC495
(207,196,149)
0 Favorites   0 Comments

Color spaces of #cfc495

RGB 207196149
HSL0.140.380.70
HSV49°28°81°
CMYK 0.000.050.28   0.19
XYZ50.896954.915236.3509
Yxy54.91520.35800.3863
Hunter Lab74.1048-7.085422.7896
CIE-Lab78.9924-3.423625.0357

#cfc495 color RGB value is (207,196,149).

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

The process color (four color CMYK) of #cfc495 color hex is 0.00, 0.05, 0.28, 0.19. Web safe color of #cfc495 is #cccc99. Color #cfc495 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11000100 10010101
Octal 317 304 225
Decimal 207 196 149
Hex CF C4 95

RGB Percentages of Color #cfc495

%37.50
%35.51
%26.99

CMYK Percentages of Color #cfc495

%0
%5
%28
%19

Triadic Colors of #cfc495

#cfc495 #95cfc4 #c495cf

Analogous Colors of #cfc495

#cfc495 #bdcf95 #cfa795

Monochromatic Colors of #cfc495

#cfc495

Complementary Color

#cfc495 #95a0cf

#cfc495 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfc495 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfc495 Color CSS Codes

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

#cfc495 Text Font Color

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

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


#cfc495 Background Color

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

This div background color is #cfc495


#cfc495 Border Color

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

This div border color is #cfc495


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfc495


Comments

No comments written yet.

Please login to write comment.