Color Hex Logo

#cfc18d Color Hex

#CFC18D
(207,193,141)
0 Favorites   0 Comments

Color spaces of #cfc18d

RGB 207193141
HSL0.130.410.68
HSV47°32°81°
CMYK 0.000.070.32   0.19
XYZ49.609853.328432.8780
Yxy53.32840.36530.3927
Hunter Lab73.0263-6.533524.4248
CIE-Lab78.0685-2.893028.0099

#cfc18d color RGB value is (207,193,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11000001 10001101
Octal 317 301 215
Decimal 207 193 141
Hex CF C1 8D

RGB Percentages of Color #cfc18d

%38.26
%35.67
%26.06

CMYK Percentages of Color #cfc18d

%0
%7
%32
%19

Triadic Colors of #cfc18d

#cfc18d #8dcfc1 #c18dcf

Analogous Colors of #cfc18d

#cfc18d #bccf8d #cfa08d

Monochromatic Colors of #cfc18d

#cfc18d

Complementary Color

#cfc18d #8d9bcf

#cfc18d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfc18d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfc18d Color CSS Codes

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

#cfc18d Text Font Color

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

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


#cfc18d Background Color

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

This div background color is #cfc18d


#cfc18d Border Color

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

This div border color is #cfc18d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfc18d


Comments

No comments written yet.

Please login to write comment.