Color Hex Logo

#cfc070 Color Hex

#CFC070
(207,192,112)
0 Favorites   0 Comments

Color spaces of #cfc070

RGB 207192112
HSL0.140.500.63
HSV51°46°81°
CMYK 0.000.070.46   0.19
XYZ47.506452.134522.8883
Yxy52.13450.38770.4255
Hunter Lab72.2042-8.914231.7484
CIE-Lab77.3612-5.616342.0495

#cfc070 color RGB value is (207,192,112).

#cfc070 hex color red value is 207, green value is 192 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #cfc070 hue: 0.14 , saturation: 0.50 and the lightness value of cfc070 is 0.63.

The process color (four color CMYK) of #cfc070 color hex is 0.00, 0.07, 0.46, 0.19. Web safe color of #cfc070 is #cccc66. Color #cfc070 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11000000 01110000
Octal 317 300 160
Decimal 207 192 112
Hex CF C0 70

RGB Percentages of Color #cfc070

%40.51
%37.57
%21.92

CMYK Percentages of Color #cfc070

%0
%7
%46
%19

Triadic Colors of #cfc070

#cfc070 #70cfc0 #c070cf

Analogous Colors of #cfc070

#cfc070 #afcf70 #cf9170

Monochromatic Colors of #cfc070

#cfc070

Complementary Color

#cfc070 #707fcf

#cfc070 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfc070 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfc070 Color CSS Codes

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

#cfc070 Text Font Color

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

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


#cfc070 Background Color

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

This div background color is #cfc070


#cfc070 Border Color

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

This div border color is #cfc070


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfc070


Comments

No comments written yet.

Please login to write comment.