Color Hex Logo

#cfca73 Color Hex

#CFCA73
(207,202,115)
0 Favorites   0 Comments

Color spaces of #cfca73

RGB 207202115
HSL0.160.490.63
HSV57°44°81°
CMYK 0.000.020.44   0.19
XYZ49.947256.744324.5399
Yxy56.74430.38060.4324
Hunter Lab75.3288-13.470033.4152
CIE-Lab80.0356-10.461243.8663

#cfca73 color RGB value is (207,202,115).

#cfca73 hex color red value is 207, green value is 202 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #cfca73 hue: 0.16 , saturation: 0.49 and the lightness value of cfca73 is 0.63.

The process color (four color CMYK) of #cfca73 color hex is 0.00, 0.02, 0.44, 0.19. Web safe color of #cfca73 is #cccc66. Color #cfca73 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11001010 01110011
Octal 317 312 163
Decimal 207 202 115
Hex CF CA 73

RGB Percentages of Color #cfca73

%39.50
%38.55
%21.95

CMYK Percentages of Color #cfca73

%0
%2
%44
%19

Triadic Colors of #cfca73

#cfca73 #73cfca #ca73cf

Analogous Colors of #cfca73

#cfca73 #a6cf73 #cf9c73

Monochromatic Colors of #cfca73

#cfca73

Complementary Color

#cfca73 #7378cf

#cfca73 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfca73 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfca73 Color CSS Codes

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

#cfca73 Text Font Color

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

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


#cfca73 Background Color

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

This div background color is #cfca73


#cfca73 Border Color

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

This div border color is #cfca73


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfca73


Comments

No comments written yet.

Please login to write comment.