Color Hex Logo

#cfa353 Color Hex

#CFA353
(207,163,83)
0 Favorites   0 Comments

Color spaces of #cfa353

RGB 20716383
HSL0.110.560.57
HSV39°60°81°
CMYK 0.000.210.60   0.19
XYZ40.390740.084313.7918
Yxy40.08430.42850.4252
Hunter Lab63.31223.079831.4029
CIE-Lab69.52957.248647.0223

#cfa353 color RGB value is (207,163,83).

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

The process color (four color CMYK) of #cfa353 color hex is 0.00, 0.21, 0.60, 0.19. Web safe color of #cfa353 is #cc9966. Color #cfa353 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10100011 01010011
Octal 317 243 123
Decimal 207 163 83
Hex CF A3 53

RGB Percentages of Color #cfa353

%45.70
%35.98
%18.32

CMYK Percentages of Color #cfa353

%0
%21
%60
%19

Triadic Colors of #cfa353

#cfa353 #53cfa3 #a353cf

Analogous Colors of #cfa353

#cfa353 #bdcf53 #cf6553

Monochromatic Colors of #cfa353

#cfa353

Complementary Color

#cfa353 #537fcf

#cfa353 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfa353 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfa353 Color CSS Codes

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

#cfa353 Text Font Color

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

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


#cfa353 Background Color

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

This div background color is #cfa353


#cfa353 Border Color

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

This div border color is #cfa353


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfa353


Comments

No comments written yet.

Please login to write comment.