Color Hex Logo

#cfc353 Color Hex

#CFC353
(207,195,83)
0 Favorites   0 Comments

Color spaces of #cfc353

RGB 20719583
HSL0.150.560.57
HSV54°60°81°
CMYK 0.000.060.60   0.19
XYZ46.808652.920115.9311
Yxy52.92010.40470.4575
Hunter Lab72.7462-12.449937.9381
CIE-Lab77.8278-9.579956.3839

#cfc353 color RGB value is (207,195,83).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11000011 01010011
Octal 317 303 123
Decimal 207 195 83
Hex CF C3 53

RGB Percentages of Color #cfc353

%42.68
%40.21
%17.11

CMYK Percentages of Color #cfc353

%0
%6
%60
%19

Triadic Colors of #cfc353

#cfc353 #53cfc3 #c353cf

Analogous Colors of #cfc353

#cfc353 #9dcf53 #cf8553

Monochromatic Colors of #cfc353

#cfc353

Complementary Color

#cfc353 #535fcf

#cfc353 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfc353 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfc353 Color CSS Codes

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

#cfc353 Text Font Color

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

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


#cfc353 Background Color

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

This div background color is #cfc353


#cfc353 Border Color

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

This div border color is #cfc353


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfc353


Comments

No comments written yet.

Please login to write comment.