Color Hex Logo

#cfc185 Color Hex

#CFC185
(207,193,133)
0 Favorites   0 Comments

Color spaces of #cfc185

RGB 207193133
HSL0.140.440.67
HSV49°36°81°
CMYK 0.000.070.36   0.19
XYZ49.035753.098829.8549
Yxy53.09880.37150.4023
Hunter Lab72.8689-7.402626.7167
CIE-Lab77.9333-3.869232.0222

#cfc185 color RGB value is (207,193,133).

#cfc185 hex color red value is 207, green value is 193 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #cfc185 hue: 0.14 , saturation: 0.44 and the lightness value of cfc185 is 0.67.

The process color (four color CMYK) of #cfc185 color hex is 0.00, 0.07, 0.36, 0.19. Web safe color of #cfc185 is #cccc99. Color #cfc185 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11000001 10000101
Octal 317 301 205
Decimal 207 193 133
Hex CF C1 85

RGB Percentages of Color #cfc185

%38.84
%36.21
%24.95

CMYK Percentages of Color #cfc185

%0
%7
%36
%19

Triadic Colors of #cfc185

#cfc185 #85cfc1 #c185cf

Analogous Colors of #cfc185

#cfc185 #b8cf85 #cf9c85

Monochromatic Colors of #cfc185

#cfc185

Complementary Color

#cfc185 #8593cf

#cfc185 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfc185 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfc185 Color CSS Codes

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

#cfc185 Text Font Color

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

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


#cfc185 Background Color

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

This div background color is #cfc185


#cfc185 Border Color

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

This div border color is #cfc185


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfc185

#cfc185 Color Palettes


Comments

No comments written yet.

Please login to write comment.