Color Hex Logo

#cfc273 Color Hex

#CFC273
(207,194,115)
0 Favorites   0 Comments

Color spaces of #cfc273

RGB 207194115
HSL0.140.490.63
HSV52°44°81°
CMYK 0.000.060.44   0.19
XYZ48.118453.086823.9303
Yxy53.08680.38450.4242
Hunter Lab72.8607-9.621931.5293
CIE-Lab77.9262-6.355141.2458

#cfc273 color RGB value is (207,194,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11000010 01110011
Octal 317 302 163
Decimal 207 194 115
Hex CF C2 73

RGB Percentages of Color #cfc273

%40.12
%37.60
%22.29

CMYK Percentages of Color #cfc273

%0
%6
%44
%19

Triadic Colors of #cfc273

#cfc273 #73cfc2 #c273cf

Analogous Colors of #cfc273

#cfc273 #aecf73 #cf9473

Monochromatic Colors of #cfc273

#cfc273

Complementary Color

#cfc273 #7380cf

#cfc273 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfc273 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfc273 Color CSS Codes

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

#cfc273 Text Font Color

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

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


#cfc273 Background Color

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

This div background color is #cfc273


#cfc273 Border Color

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

This div border color is #cfc273


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfc273


Comments

No comments written yet.

Please login to write comment.