Color Hex Logo

#cfc765 Color Hex

#CFC765
(207,199,101)
0 Favorites   0 Comments

Color spaces of #cfc765

RGB 207199101
HSL0.150.520.60
HSV55°51°81°
CMYK 0.000.040.51   0.19
XYZ48.504555.051820.3815
Yxy55.05180.39140.4442
Hunter Lab74.1969-13.154335.6512
CIE-Lab79.0711-10.226949.5080

#cfc765 color RGB value is (207,199,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11000111 01100101
Octal 317 307 145
Decimal 207 199 101
Hex CF C7 65

RGB Percentages of Color #cfc765

%40.83
%39.25
%19.92

CMYK Percentages of Color #cfc765

%0
%4
%51
%19

Triadic Colors of #cfc765

#cfc765 #65cfc7 #c765cf

Analogous Colors of #cfc765

#cfc765 #a2cf65 #cf9265

Monochromatic Colors of #cfc765

#cfc765

Complementary Color

#cfc765 #656dcf

#cfc765 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfc765 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfc765 Color CSS Codes

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

#cfc765 Text Font Color

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

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


#cfc765 Background Color

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

This div background color is #cfc765


#cfc765 Border Color

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

This div border color is #cfc765


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfc765


Comments

No comments written yet.

Please login to write comment.