Color Hex Logo

#cfc093 Color Hex

#CFC093
(207,192,147)
0 Favorites   0 Comments

Color spaces of #cfc093

RGB 207192147
HSL0.130.380.69
HSV45°29°81°
CMYK 0.000.070.29   0.19
XYZ49.848253.071335.2203
Yxy53.07130.36090.3842
Hunter Lab72.8501-5.347622.3305
CIE-Lab77.9171-1.596624.6353

#cfc093 color RGB value is (207,192,147).

#cfc093 hex color red value is 207, green value is 192 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #cfc093 hue: 0.13 , saturation: 0.38 and the lightness value of cfc093 is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11000000 10010011
Octal 317 300 223
Decimal 207 192 147
Hex CF C0 93

RGB Percentages of Color #cfc093

%37.91
%35.16
%26.92

CMYK Percentages of Color #cfc093

%0
%7
%29
%19

Triadic Colors of #cfc093

#cfc093 #93cfc0 #c093cf

Analogous Colors of #cfc093

#cfc093 #c0cf93 #cfa293

Monochromatic Colors of #cfc093

#cfc093

Complementary Color

#cfc093 #93a2cf

#cfc093 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfc093 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfc093 Color CSS Codes

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

#cfc093 Text Font Color

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

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


#cfc093 Background Color

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

This div background color is #cfc093


#cfc093 Border Color

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

This div border color is #cfc093


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfc093


Comments

No comments written yet.

Please login to write comment.