Color Hex Logo

#cfc36f Color Hex

#CFC36F
(207,195,111)
0 Favorites   0 Comments

Color spaces of #cfc36f

RGB 207195111
HSL0.150.500.62
HSV53°46°81°
CMYK 0.000.060.46   0.19
XYZ48.116553.443322.8185
Yxy53.44330.38690.4297
Hunter Lab73.1049-10.447832.6670
CIE-Lab78.1360-7.264543.5064

#cfc36f color RGB value is (207,195,111).

#cfc36f hex color red value is 207, green value is 195 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #cfc36f hue: 0.15 , saturation: 0.50 and the lightness value of cfc36f is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11000011 01101111
Octal 317 303 157
Decimal 207 195 111
Hex CF C3 6F

RGB Percentages of Color #cfc36f

%40.35
%38.01
%21.64

CMYK Percentages of Color #cfc36f

%0
%6
%46
%19

Triadic Colors of #cfc36f

#cfc36f #6fcfc3 #c36fcf

Analogous Colors of #cfc36f

#cfc36f #abcf6f #cf936f

Monochromatic Colors of #cfc36f

#cfc36f

Complementary Color

#cfc36f #6f7bcf

#cfc36f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfc36f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfc36f Color CSS Codes

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

#cfc36f Text Font Color

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

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


#cfc36f Background Color

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

This div background color is #cfc36f


#cfc36f Border Color

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

This div border color is #cfc36f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfc36f


Comments

No comments written yet.

Please login to write comment.