Color Hex Logo

#cfc365 Color Hex

#CFC365
(207,195,101)
0 Favorites   0 Comments

Color spaces of #cfc365

RGB 207195101
HSL0.150.520.60
HSV53°51°81°
CMYK 0.000.060.51   0.19
XYZ47.596253.235220.0788
Yxy53.23520.39360.4403
Hunter Lab72.9625-11.241934.7575
CIE-Lab78.0137-8.178848.2540

#cfc365 color RGB value is (207,195,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11000011 01100101
Octal 317 303 145
Decimal 207 195 101
Hex CF C3 65

RGB Percentages of Color #cfc365

%41.15
%38.77
%20.08

CMYK Percentages of Color #cfc365

%0
%6
%51
%19

Triadic Colors of #cfc365

#cfc365 #65cfc3 #c365cf

Analogous Colors of #cfc365

#cfc365 #a6cf65 #cf8e65

Monochromatic Colors of #cfc365

#cfc365

Complementary Color

#cfc365 #6571cf

#cfc365 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfc365 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfc365 Color CSS Codes

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

#cfc365 Text Font Color

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

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


#cfc365 Background Color

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

This div background color is #cfc365


#cfc365 Border Color

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

This div border color is #cfc365


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfc365


Comments

No comments written yet.

Please login to write comment.